public interface AutoMergeRequest
eligible to merge.| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedDate() |
String |
getFromHash() |
String |
getMessage() |
PullRequest |
getPullRequest() |
int |
getRepositoryId() |
String |
getStrategyId() |
String |
getToRefId() |
ApplicationUser |
getUser() |
boolean |
isAutoSubject() |
@Nonnull String getFromHash()
hash of the latest commit in the source branch of
the pull request at the time the auto-merge request was created@Nullable String getMessage()
message to be used for merging this pull request@Nonnull PullRequest getPullRequest()
int getRepositoryId()
@Nullable String getStrategyId()
strategy ID to be used for merging this pull request.@Nonnull String getToRefId()
target branch id of the pull request at the time the auto-merge
request was created@Nonnull ApplicationUser getUser()
user who requested to auto-merge the pull request. The system will merge the
pull request on behalf of this user.boolean isAutoSubject()
auto-subject should be used for the merge commit
message while merging this pull request.Copyright © 2023 Atlassian. All rights reserved.