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