| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
PullRequestTarget |
PullRequestTarget.clone() |
PullRequestTarget |
PullRequestTarget.withDestinationCommit(String destinationCommit)
The full commit ID that is the tip of the destination branch.
|
PullRequestTarget |
PullRequestTarget.withDestinationReference(String destinationReference)
The branch of the repository where the pull request changes are merged.
|
PullRequestTarget |
PullRequestTarget.withMergeBase(String mergeBase)
The commit ID of the most recent commit that the source branch and the destination branch have in common.
|
PullRequestTarget |
PullRequestTarget.withMergeMetadata(MergeMetadata mergeMetadata)
Returns metadata about the state of the merge, including whether the merge has been made.
|
PullRequestTarget |
PullRequestTarget.withRepositoryName(String repositoryName)
The name of the repository that contains the pull request source and destination branches.
|
PullRequestTarget |
PullRequestTarget.withSourceCommit(String sourceCommit)
The full commit ID of the tip of the source branch used to create the pull request.
|
PullRequestTarget |
PullRequestTarget.withSourceReference(String sourceReference)
The branch of the repository that contains the changes for the pull request.
|
| Modifier and Type | Method and Description |
|---|---|
List<PullRequestTarget> |
PullRequest.getPullRequestTargets()
The targets of the pull request, including the source branch and destination branch for the pull request.
|
| Modifier and Type | Method and Description |
|---|---|
PullRequest |
PullRequest.withPullRequestTargets(PullRequestTarget... pullRequestTargets)
The targets of the pull request, including the source branch and destination branch for the pull request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PullRequest.setPullRequestTargets(Collection<PullRequestTarget> pullRequestTargets)
The targets of the pull request, including the source branch and destination branch for the pull request.
|
PullRequest |
PullRequest.withPullRequestTargets(Collection<PullRequestTarget> pullRequestTargets)
The targets of the pull request, including the source branch and destination branch for the pull request.
|
Copyright © 2021. All rights reserved.