java.lang.Object
org.kohsuke.github.GHPullRequest.AutoMerge
- Enclosing class:
- GHPullRequest
The status of auto merging a GHPullRequest.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionthe message of the commit, if e.g.the title of the commit, if e.g.The user who enabled the auto merge of the pull request.The merge method of the auto merge.
-
Constructor Details
-
AutoMerge
public AutoMerge()Create default AutoMerge instance
-
-
Method Details
-
getEnabledBy
The user who enabled the auto merge of the pull request.- Returns:
- the GHUser
-
getMergeMethod
The merge method of the auto merge.- Returns:
- the GHPullRequest.MergeMethod
-
getCommitTitle
the title of the commit, if e.g. GHPullRequest.MergeMethod.SQUASH is used for the auto merge.- Returns:
- the title of the commit
-
getCommitMessage
the message of the commit, if e.g. GHPullRequest.MergeMethod.SQUASH is used for the auto merge.- Returns:
- the message of the commit
-