Class BitbucketServerConfigSourceRecord.Builder
- java.lang.Object
-
- com.oracle.bmc.resourcemanager.model.BitbucketServerConfigSourceRecord.Builder
-
- Enclosing class:
- BitbucketServerConfigSourceRecord
public static class BitbucketServerConfigSourceRecord.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BitbucketServerConfigSourceRecord.BuilderbranchName(String branchName)The name of the branch within the Bitbucket Server repository.BitbucketServerConfigSourceRecordbuild()BitbucketServerConfigSourceRecord.BuildercommitId(String commitId)The unique identifier (SHA-1 hash) of the individual change to the Bitbucket Server repository.BitbucketServerConfigSourceRecord.BuilderconfigurationSourceProviderId(String configurationSourceProviderId)Unique identifier (OCID) for the Bitbucket Server configuration source.BitbucketServerConfigSourceRecord.Buildercopy(BitbucketServerConfigSourceRecord model)BitbucketServerConfigSourceRecord.BuilderrepositoryUrl(String repositoryUrl)The URL of the Bitbucket Server repository.
-
-
-
Method Detail
-
configurationSourceProviderId
public BitbucketServerConfigSourceRecord.Builder configurationSourceProviderId(String configurationSourceProviderId)
Unique identifier (OCID) for the Bitbucket Server configuration source.- Parameters:
configurationSourceProviderId- the value to set- Returns:
- this builder
-
repositoryUrl
public BitbucketServerConfigSourceRecord.Builder repositoryUrl(String repositoryUrl)
The URL of the Bitbucket Server repository.- Parameters:
repositoryUrl- the value to set- Returns:
- this builder
-
branchName
public BitbucketServerConfigSourceRecord.Builder branchName(String branchName)
The name of the branch within the Bitbucket Server repository.- Parameters:
branchName- the value to set- Returns:
- this builder
-
commitId
public BitbucketServerConfigSourceRecord.Builder commitId(String commitId)
The unique identifier (SHA-1 hash) of the individual change to the Bitbucket Server repository.- Parameters:
commitId- the value to set- Returns:
- this builder
-
build
public BitbucketServerConfigSourceRecord build()
-
copy
public BitbucketServerConfigSourceRecord.Builder copy(BitbucketServerConfigSourceRecord model)
-
-