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