| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
MergeMetadata |
MergeMetadata.clone() |
MergeMetadata |
PullRequestMergedStateChangedEventMetadata.getMergeMetadata()
Information about the merge state change event.
|
MergeMetadata |
PullRequestTarget.getMergeMetadata()
Returns metadata about the state of the merge, including whether the merge has been made.
|
MergeMetadata |
MergeMetadata.withIsMerged(Boolean isMerged)
A Boolean value indicating whether the merge has been made.
|
MergeMetadata |
MergeMetadata.withMergedBy(String mergedBy)
The Amazon Resource Name (ARN) of the user who merged the branches.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PullRequestMergedStateChangedEventMetadata.setMergeMetadata(MergeMetadata mergeMetadata)
Information about the merge state change event.
|
void |
PullRequestTarget.setMergeMetadata(MergeMetadata mergeMetadata)
Returns metadata about the state of the merge, including whether the merge has been made.
|
PullRequestMergedStateChangedEventMetadata |
PullRequestMergedStateChangedEventMetadata.withMergeMetadata(MergeMetadata mergeMetadata)
Information about the merge state change event.
|
PullRequestTarget |
PullRequestTarget.withMergeMetadata(MergeMetadata mergeMetadata)
Returns metadata about the state of the merge, including whether the merge has been made.
|
Copyright © 2018. All rights reserved.