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