public interface PullRequest
Modifier and Type | Method and Description |
---|---|
long |
getId()
Returns the generated pull request id.
|
String |
getSourceBranch()
Returns the source branch.
|
String |
getSourceRepository()
Returns the source repository.
|
String |
getSourceSpace() |
PullRequestStatus |
getStatus()
Returns pull request status.
|
String |
getTargetBranch()
Returns the target branch.
|
String |
getTargetRepository()
Returns the target repository
|
String |
getTargetSpace() |
long getId()
String getTargetSpace()
String getTargetRepository()
String getTargetBranch()
String getSourceSpace()
String getSourceRepository()
String getSourceBranch()
PullRequestStatus getStatus()
PullRequestStatus
to see the different values it can take.Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.