public static interface Target.Builder extends SdkPojo, CopyableBuilder<Target.Builder,Target>
| Modifier and Type | Method and Description |
|---|---|
Target.Builder |
destinationReference(String destinationReference)
The branch of the repository where the pull request changes are merged.
|
Target.Builder |
repositoryName(String repositoryName)
The name of the repository that contains the pull request.
|
Target.Builder |
sourceReference(String sourceReference)
The branch of the repository that contains the changes for the pull request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTarget.Builder repositoryName(String repositoryName)
The name of the repository that contains the pull request.
repositoryName - The name of the repository that contains the pull request.Target.Builder sourceReference(String sourceReference)
The branch of the repository that contains the changes for the pull request. Also known as the source branch.
sourceReference - The branch of the repository that contains the changes for the pull request. Also known as the source
branch.Target.Builder destinationReference(String destinationReference)
The branch of the repository where the pull request changes are merged. Also known as the destination branch.
destinationReference - The branch of the repository where the pull request changes are merged. Also known as the destination
branch.Copyright © 2021. All rights reserved.