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.
|
PullRequestStatus |
getStatus()
Returns pull request status.
|
String |
getTargetBranch()
Returns the target branch.
|
String |
getTargetRepository()
Returns the target repository
|
long getId()
String getTargetRepository()
String getTargetBranch()
String getSourceRepository()
String getSourceBranch()
PullRequestStatus getStatus()
PullRequestStatus to see the different values it can take.Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.