Uses of Class
org.kohsuke.github.GHPullRequest.MergeMethod
-
Packages that use GHPullRequest.MergeMethod Package Description org.kohsuke.github -
-
Uses of GHPullRequest.MergeMethod in org.kohsuke.github
Methods in org.kohsuke.github that return GHPullRequest.MergeMethod Modifier and Type Method Description static GHPullRequest.MergeMethodGHPullRequest.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.Methods in org.kohsuke.github with parameters of type GHPullRequest.MergeMethod Modifier and Type Method Description voidGHPullRequest. merge(String msg, String sha, GHPullRequest.MergeMethod method)Merge this pull request, using the specified merge method.
-