| Package | Description |
|---|---|
| org.guvnor.structure.repositories | |
| org.guvnor.structure.repositories.impl |
| Modifier and Type | Method and Description |
|---|---|
PullRequestStatus |
PullRequest.getStatus()
Returns pull request status.
|
static PullRequestStatus |
PullRequestStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PullRequestStatus[] |
PullRequestStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<PullRequest> |
PullRequestService.getPullRequestsByStatus(Integer page,
Integer pageSize,
String repository,
PullRequestStatus status)
Retrieves pull requests filtered by repository and branch
|
| Modifier and Type | Method and Description |
|---|---|
PullRequestStatus |
PullRequestImpl.getStatus() |
| Constructor and Description |
|---|
PullRequestImpl(long id,
String sourceRepository,
String sourceBranch,
String targetRepository,
String targetBranch,
PullRequestStatus status) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.