| Package | Description |
|---|---|
| org.jboss.set.aphrodite.domain |
| Modifier and Type | Method and Description |
|---|---|
MergeableState |
PullRequest.getMergableState() |
static MergeableState |
MergeableState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergeableState[] |
MergeableState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.