public static interface SourceCode.Builder extends SdkPojo, CopyableBuilder<SourceCode.Builder,SourceCode>
| Modifier and Type | Method and Description |
|---|---|
SourceCode.Builder |
location(String location)
The repository name for the source code.
|
SourceCode.Builder |
projectName(String projectName)
The name of the project.
|
SourceCode.Builder |
sourceVersion(String sourceVersion)
The branch of the source code.
|
SourceCode.Builder |
versionControl(String versionControl)
The type of repository to use for the source code.
|
SourceCode.Builder |
versionControl(VersionControl versionControl)
The type of repository to use for the source code.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSourceCode.Builder location(String location)
The repository name for the source code.
location - The repository name for the source code.SourceCode.Builder projectName(String projectName)
The name of the project.
projectName - The name of the project.SourceCode.Builder sourceVersion(String sourceVersion)
The branch of the source code.
sourceVersion - The branch of the source code.SourceCode.Builder versionControl(String versionControl)
The type of repository to use for the source code.
versionControl - The type of repository to use for the source code.VersionControl,
VersionControlSourceCode.Builder versionControl(VersionControl versionControl)
The type of repository to use for the source code.
versionControl - The type of repository to use for the source code.VersionControl,
VersionControlCopyright © 2023. All rights reserved.