Uses of Enum
org.kohsuke.github.GHPullRequest.MergeMethod
-
Uses of GHPullRequest.MergeMethod in org.kohsuke.github
Modifier and TypeMethodDescriptionGHPullRequest.AutoMerge.getMergeMethod()
The merge method of the auto merge.static GHPullRequest.MergeMethod
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 TypeMethodDescriptionvoid
GHPullRequest.merge
(String msg, String sha, GHPullRequest.MergeMethod method) Merge this pull request, using the specified merge method.