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