| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static PullRequestCreatedEventMetadata.Builder |
PullRequestCreatedEventMetadata.builder() |
PullRequestCreatedEventMetadata.Builder |
PullRequestCreatedEventMetadata.Builder.destinationCommitId(String destinationCommitId)
The commit ID of the tip of the branch specified as the destination branch when the pull request was created.
|
PullRequestCreatedEventMetadata.Builder |
PullRequestCreatedEventMetadata.Builder.mergeBase(String mergeBase)
The commit ID of the most recent commit that the source branch and the destination branch have in common.
|
PullRequestCreatedEventMetadata.Builder |
PullRequestCreatedEventMetadata.Builder.repositoryName(String repositoryName)
The name of the repository where the pull request was created.
|
PullRequestCreatedEventMetadata.Builder |
PullRequestCreatedEventMetadata.Builder.sourceCommitId(String sourceCommitId)
The commit ID on the source branch used when the pull request was created.
|
PullRequestCreatedEventMetadata.Builder |
PullRequestCreatedEventMetadata.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PullRequestCreatedEventMetadata.Builder> |
PullRequestCreatedEventMetadata.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PullRequestEvent.Builder |
PullRequestEvent.Builder.pullRequestCreatedEventMetadata(Consumer<PullRequestCreatedEventMetadata.Builder> pullRequestCreatedEventMetadata)
Information about the source and destination branches for the pull request.
|
Copyright © 2020. All rights reserved.