Class BitbucketServerConfigSource.Builder
- java.lang.Object
-
- com.oracle.bmc.resourcemanager.model.BitbucketServerConfigSource.Builder
-
- Enclosing class:
- BitbucketServerConfigSource
public static class BitbucketServerConfigSource.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BitbucketServerConfigSource.Builder
branchName(String branchName)
The name of the branch in the Bitbucket Server repository for the configuration source.BitbucketServerConfigSource
build()
BitbucketServerConfigSource.Builder
cloneUrl(String cloneUrl)
The clone URL of Bitbucket Server configuration source.BitbucketServerConfigSource.Builder
configurationSourceProviderId(String configurationSourceProviderId)
The OCID of the Bitbucket Server configuration source.BitbucketServerConfigSource.Builder
copy(BitbucketServerConfigSource model)
BitbucketServerConfigSource.Builder
projectId(String projectId)
Unique identifier for a Bitbucket Server project.BitbucketServerConfigSource.Builder
repositoryId(String repositoryId)
Bitbucket Server repository identifier, usually identified as.git. BitbucketServerConfigSource.Builder
repositoryUrl(String repositoryUrl)
The URL of the Bitbucket Server repository for the configuration source.BitbucketServerConfigSource.Builder
workingDirectory(String workingDirectory)
-
-
-
Method Detail
-
workingDirectory
public BitbucketServerConfigSource.Builder workingDirectory(String workingDirectory)
-
configurationSourceProviderId
public BitbucketServerConfigSource.Builder configurationSourceProviderId(String configurationSourceProviderId)
The OCID of the Bitbucket Server configuration source.- Parameters:
configurationSourceProviderId
- the value to set- Returns:
- this builder
-
repositoryUrl
public BitbucketServerConfigSource.Builder repositoryUrl(String repositoryUrl)
The URL of the Bitbucket Server repository for the configuration source.- Parameters:
repositoryUrl
- the value to set- Returns:
- this builder
-
branchName
public BitbucketServerConfigSource.Builder branchName(String branchName)
The name of the branch in the Bitbucket Server repository for the configuration source.- Parameters:
branchName
- the value to set- Returns:
- this builder
-
projectId
public BitbucketServerConfigSource.Builder projectId(String projectId)
Unique identifier for a Bitbucket Server project.- Parameters:
projectId
- the value to set- Returns:
- this builder
-
repositoryId
public BitbucketServerConfigSource.Builder repositoryId(String repositoryId)
Bitbucket Server repository identifier, usually identified as.git. - Parameters:
repositoryId
- the value to set- Returns:
- this builder
-
cloneUrl
public BitbucketServerConfigSource.Builder cloneUrl(String cloneUrl)
The clone URL of Bitbucket Server configuration source.- Parameters:
cloneUrl
- the value to set- Returns:
- this builder
-
build
public BitbucketServerConfigSource build()
-
copy
public BitbucketServerConfigSource.Builder copy(BitbucketServerConfigSource model)
-
-