| Package | Description |
|---|---|
| org.jboss.set.aphrodite.domain |
| Modifier and Type | Method and Description |
|---|---|
PullRequestState |
PullRequest.getState() |
static PullRequestState |
PullRequestState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PullRequestState[] |
PullRequestState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PullRequest.setState(PullRequestState state) |
| Constructor and Description |
|---|
PullRequest(String id,
URL url,
Repository repository,
Codebase codebase,
PullRequestState state,
String title,
String body,
boolean mergeable,
boolean merged,
MergeableState mergeableState,
Date mergedAt) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.