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