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