| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
static GHPullRequest.MergeMethod |
GHPullRequest.MergeMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GHPullRequest.MergeMethod[] |
GHPullRequest.MergeMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GHPullRequest.merge(String msg,
String sha,
GHPullRequest.MergeMethod method)
Merge this pull request, using the specified merge method.
|
Copyright © 2018. All rights reserved.