public static interface RepositoryInput.Builder extends SdkPojo, CopyableBuilder<RepositoryInput.Builder,RepositoryInput>
| Modifier and Type | Method and Description |
|---|---|
RepositoryInput.Builder |
branchName(String branchName)
The name of the branch in a source repository.
|
RepositoryInput.Builder |
repositoryName(String repositoryName)
The name of the source repository.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRepositoryInput.Builder repositoryName(String repositoryName)
The name of the source repository.
repositoryName - The name of the source repository.RepositoryInput.Builder branchName(String branchName)
The name of the branch in a source repository.
branchName - The name of the branch in a source repository.Copyright © 2022. All rights reserved.