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