public static class GitConfigSource.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GitConfigSource.Builder |
branchName(String branchName)
The name of the branch in the Git repository for the configuration source.
|
GitConfigSource |
build() |
GitConfigSource.Builder |
configurationSourceProviderId(String configurationSourceProviderId)
The OCID
of the Git configuration source.
|
GitConfigSource.Builder |
copy(GitConfigSource model) |
GitConfigSource.Builder |
repositoryUrl(String repositoryUrl)
The URL of the Git repository for the configuration source.
|
GitConfigSource.Builder |
workingDirectory(String workingDirectory) |
public GitConfigSource.Builder workingDirectory(String workingDirectory)
public GitConfigSource.Builder configurationSourceProviderId(String configurationSourceProviderId)
The OCID of the Git configuration source.
configurationSourceProviderId
- the value to setpublic GitConfigSource.Builder repositoryUrl(String repositoryUrl)
The URL of the Git repository for the configuration source.
repositoryUrl
- the value to setpublic GitConfigSource.Builder branchName(String branchName)
The name of the branch in the Git repository for the configuration source.
branchName
- the value to setpublic GitConfigSource build()
public GitConfigSource.Builder copy(GitConfigSource model)
Copyright © 2016–2024. All rights reserved.