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