| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
PullRequestCreatedEventMetadata |
PullRequestCreatedEventMetadata.clone() |
PullRequestCreatedEventMetadata |
PullRequestEvent.getPullRequestCreatedEventMetadata()
Information about the source and destination branches for the pull request.
|
PullRequestCreatedEventMetadata |
PullRequestCreatedEventMetadata.withDestinationCommitId(String destinationCommitId)
The commit ID of the tip of the branch specified as the destination branch when the pull request was created.
|
PullRequestCreatedEventMetadata |
PullRequestCreatedEventMetadata.withMergeBase(String mergeBase)
The commit ID of the most recent commit that the source branch and the destination branch have in common.
|
PullRequestCreatedEventMetadata |
PullRequestCreatedEventMetadata.withRepositoryName(String repositoryName)
The name of the repository where the pull request was created.
|
PullRequestCreatedEventMetadata |
PullRequestCreatedEventMetadata.withSourceCommitId(String sourceCommitId)
The commit ID on the source branch used when the pull request was created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PullRequestEvent.setPullRequestCreatedEventMetadata(PullRequestCreatedEventMetadata pullRequestCreatedEventMetadata)
Information about the source and destination branches for the pull request.
|
PullRequestEvent |
PullRequestEvent.withPullRequestCreatedEventMetadata(PullRequestCreatedEventMetadata pullRequestCreatedEventMetadata)
Information about the source and destination branches for the pull request.
|
Copyright © 2024. All rights reserved.