| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Target |
Target.clone() |
Target |
Target.withDestinationReference(String destinationReference)
The branch of the repository where the pull request changes are merged.
|
Target |
Target.withRepositoryName(String repositoryName)
The name of the repository that contains the pull request.
|
Target |
Target.withSourceReference(String sourceReference)
The branch of the repository that contains the changes for the pull request.
|
| Modifier and Type | Method and Description |
|---|---|
List<Target> |
CreatePullRequestRequest.getTargets()
The targets for the pull request, including the source of the code to be reviewed (the source branch) and the
destination where the creator of the pull request intends the code to be merged after the pull request is closed
(the destination branch).
|
| Modifier and Type | Method and Description |
|---|---|
CreatePullRequestRequest |
CreatePullRequestRequest.withTargets(Target... targets)
The targets for the pull request, including the source of the code to be reviewed (the source branch) and the
destination where the creator of the pull request intends the code to be merged after the pull request is closed
(the destination branch).
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePullRequestRequest.setTargets(Collection<Target> targets)
The targets for the pull request, including the source of the code to be reviewed (the source branch) and the
destination where the creator of the pull request intends the code to be merged after the pull request is closed
(the destination branch).
|
CreatePullRequestRequest |
CreatePullRequestRequest.withTargets(Collection<Target> targets)
The targets for the pull request, including the source of the code to be reviewed (the source branch) and the
destination where the creator of the pull request intends the code to be merged after the pull request is closed
(the destination branch).
|
Copyright © 2021. All rights reserved.