Class BitbucketCloudConfigSource.Builder
- java.lang.Object
-
- com.oracle.bmc.resourcemanager.model.BitbucketCloudConfigSource.Builder
-
- Enclosing class:
- BitbucketCloudConfigSource
public static class BitbucketCloudConfigSource.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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
-
-
-
Method Detail
-
workingDirectory
public BitbucketCloudConfigSource.Builder workingDirectory(String workingDirectory)
-
configurationSourceProviderId
public BitbucketCloudConfigSource.Builder configurationSourceProviderId(String configurationSourceProviderId)
The OCID of the Bitbucket Cloud configuration source.- Parameters:
configurationSourceProviderId
- the value to set- Returns:
- this builder
-
repositoryUrl
public 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
-
branchName
public 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
-
workspaceId
public 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
-
build
public BitbucketCloudConfigSource build()
-
copy
public BitbucketCloudConfigSource.Builder copy(BitbucketCloudConfigSource model)
-
-