Class BitbucketCloudConfigSource.Builder
- java.lang.Object
- 
- com.oracle.bmc.resourcemanager.model.BitbucketCloudConfigSource.Builder
 
- 
- Enclosing class:
- BitbucketCloudConfigSource
 
 public static class BitbucketCloudConfigSource.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BitbucketCloudConfigSource.BuilderbranchName(String branchName)The name of the branch in the Bitbucket Cloud repository for the configuration source.BitbucketCloudConfigSourcebuild()BitbucketCloudConfigSource.BuilderconfigurationSourceProviderId(String configurationSourceProviderId)The OCID of the Bitbucket Cloud configuration source.BitbucketCloudConfigSource.Buildercopy(BitbucketCloudConfigSource model)BitbucketCloudConfigSource.BuilderrepositoryUrl(String repositoryUrl)The URL of the Bitbucket Cloud repository for the configuration source.BitbucketCloudConfigSource.BuilderworkingDirectory(String workingDirectory)BitbucketCloudConfigSource.BuilderworkspaceId(String workspaceId)The id of the workspace in Bitbucket Cloud for the configuration source
 
- 
- 
- 
Method Detail- 
workingDirectorypublic BitbucketCloudConfigSource.Builder workingDirectory(String workingDirectory) 
 - 
configurationSourceProviderIdpublic BitbucketCloudConfigSource.Builder configurationSourceProviderId(String configurationSourceProviderId) The OCID of the Bitbucket Cloud configuration source.- Parameters:
- configurationSourceProviderId- the value to set
- Returns:
- this builder
 
 - 
repositoryUrlpublic BitbucketCloudConfigSource.Builder repositoryUrl(String repositoryUrl) The URL of the Bitbucket Cloud repository for the configuration source.- Parameters:
- repositoryUrl- the value to set
- Returns:
- this builder
 
 - 
branchNamepublic BitbucketCloudConfigSource.Builder branchName(String branchName) The name of the branch in the Bitbucket Cloud repository for the configuration source.- Parameters:
- branchName- the value to set
- Returns:
- this builder
 
 - 
workspaceIdpublic BitbucketCloudConfigSource.Builder workspaceId(String workspaceId) The id of the workspace in Bitbucket Cloud for the configuration source- Parameters:
- workspaceId- the value to set
- Returns:
- this builder
 
 - 
buildpublic BitbucketCloudConfigSource build() 
 - 
copypublic BitbucketCloudConfigSource.Builder copy(BitbucketCloudConfigSource model) 
 
- 
 
-