Uses of Enum
org.kohsuke.github.GHPullRequest.MergeMethod
Packages that use GHPullRequest.MergeMethod
-
Uses of GHPullRequest.MergeMethod in org.kohsuke.github
Methods in org.kohsuke.github that return GHPullRequest.MergeMethodModifier and TypeMethodDescriptionGHPullRequest.AutoMerge.getMergeMethod()The merge method of the auto merge.static GHPullRequest.MergeMethodReturns 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.Methods in org.kohsuke.github with parameters of type GHPullRequest.MergeMethodModifier and TypeMethodDescriptionvoidGHPullRequest.enablePullRequestAutoMerge(String authorEmail, String clientMutationId, String commitBody, String commitHeadline, String expectedHeadOid, GHPullRequest.MergeMethod mergeMethod) Request to enable auto merge for a pull request.voidGHPullRequest.merge(String msg, String sha, GHPullRequest.MergeMethod method) Merge this pull request, using the specified merge method.