public static class BitbucketCloudConfigSource.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BitbucketCloudConfigSource.Builder |
branchName(String branchName)
The name of the branch in the Bitbucket Cloud repository for the configuration source.
|
BitbucketCloudConfigSource |
build() |
BitbucketCloudConfigSource.Builder |
configurationSourceProviderId(String configurationSourceProviderId)
The OCID
of the Bitbucket Cloud configuration source.
|
BitbucketCloudConfigSource.Builder |
copy(BitbucketCloudConfigSource model) |
BitbucketCloudConfigSource.Builder |
repositoryUrl(String repositoryUrl)
The URL of the Bitbucket Cloud repository for the configuration source.
|
BitbucketCloudConfigSource.Builder |
workingDirectory(String workingDirectory) |
BitbucketCloudConfigSource.Builder |
workspaceId(String workspaceId)
The id of the workspace in Bitbucket Cloud for the configuration source
|
public BitbucketCloudConfigSource.Builder workingDirectory(String workingDirectory)
public BitbucketCloudConfigSource.Builder configurationSourceProviderId(String configurationSourceProviderId)
The OCID of the Bitbucket Cloud configuration source.
configurationSourceProviderId
- the value to setpublic BitbucketCloudConfigSource.Builder repositoryUrl(String repositoryUrl)
The URL of the Bitbucket Cloud repository for the configuration source.
repositoryUrl
- the value to setpublic BitbucketCloudConfigSource.Builder branchName(String branchName)
The name of the branch in the Bitbucket Cloud repository for the configuration source.
branchName
- the value to setpublic BitbucketCloudConfigSource.Builder workspaceId(String workspaceId)
The id of the workspace in Bitbucket Cloud for the configuration source
workspaceId
- the value to setpublic BitbucketCloudConfigSource build()
public BitbucketCloudConfigSource.Builder copy(BitbucketCloudConfigSource model)
Copyright © 2016–2024. All rights reserved.