| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
PullRequestSourceReferenceUpdatedEventMetadata.Builder |
PullRequestSourceReferenceUpdatedEventMetadata.Builder.afterCommitId(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.Builder |
PullRequestSourceReferenceUpdatedEventMetadata.Builder.beforeCommitId(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.
|
static PullRequestSourceReferenceUpdatedEventMetadata.Builder |
PullRequestSourceReferenceUpdatedEventMetadata.builder() |
PullRequestSourceReferenceUpdatedEventMetadata.Builder |
PullRequestSourceReferenceUpdatedEventMetadata.Builder.mergeBase(String mergeBase)
The commit ID of the most recent commit that the source branch and the destination branch have in common.
|
PullRequestSourceReferenceUpdatedEventMetadata.Builder |
PullRequestSourceReferenceUpdatedEventMetadata.Builder.repositoryName(String repositoryName)
The name of the repository where the pull request was updated.
|
PullRequestSourceReferenceUpdatedEventMetadata.Builder |
PullRequestSourceReferenceUpdatedEventMetadata.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PullRequestSourceReferenceUpdatedEventMetadata.Builder> |
PullRequestSourceReferenceUpdatedEventMetadata.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PullRequestEvent.Builder |
PullRequestEvent.Builder.pullRequestSourceReferenceUpdatedEventMetadata(Consumer<PullRequestSourceReferenceUpdatedEventMetadata.Builder> pullRequestSourceReferenceUpdatedEventMetadata)
Information about the updated source branch for the pull request event.
|
Copyright © 2020. All rights reserved.