| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
PullRequestSourceReferenceUpdatedEventMetadata |
PullRequestSourceReferenceUpdatedEventMetadata.clone() |
PullRequestSourceReferenceUpdatedEventMetadata |
PullRequestEvent.getPullRequestSourceReferenceUpdatedEventMetadata()
Information about the updated source branch for the pull request event.
|
PullRequestSourceReferenceUpdatedEventMetadata |
PullRequestSourceReferenceUpdatedEventMetadata.withAfterCommitId(String afterCommitId)
The full commit ID of the commit in the source branch that was the tip of the branch at the time the pull request
was updated.
|
PullRequestSourceReferenceUpdatedEventMetadata |
PullRequestSourceReferenceUpdatedEventMetadata.withBeforeCommitId(String beforeCommitId)
The full commit ID of the commit in the destination branch that was the tip of the branch at the time the pull
request was updated.
|
PullRequestSourceReferenceUpdatedEventMetadata |
PullRequestSourceReferenceUpdatedEventMetadata.withMergeBase(String mergeBase)
The commit ID of the most recent commit that the source branch and the destination branch have in common.
|
PullRequestSourceReferenceUpdatedEventMetadata |
PullRequestSourceReferenceUpdatedEventMetadata.withRepositoryName(String repositoryName)
The name of the repository where the pull request was updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PullRequestEvent.setPullRequestSourceReferenceUpdatedEventMetadata(PullRequestSourceReferenceUpdatedEventMetadata pullRequestSourceReferenceUpdatedEventMetadata)
Information about the updated source branch for the pull request event.
|
PullRequestEvent |
PullRequestEvent.withPullRequestSourceReferenceUpdatedEventMetadata(PullRequestSourceReferenceUpdatedEventMetadata pullRequestSourceReferenceUpdatedEventMetadata)
Information about the updated source branch for the pull request event.
|
Copyright © 2021. All rights reserved.