public static class CreateBitbucketServerConfigSourceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateBitbucketServerConfigSourceDetails.Builder workingDirectory(String workingDirectory)
public CreateBitbucketServerConfigSourceDetails.Builder configurationSourceProviderId(String configurationSourceProviderId)
Unique identifier (OCID) for the Bitbucket Server configuration source.
configurationSourceProviderId
- the value to setpublic CreateBitbucketServerConfigSourceDetails.Builder repositoryUrl(String repositoryUrl)
The URL of the Bitbucket Server repository.
repositoryUrl
- the value to setpublic CreateBitbucketServerConfigSourceDetails.Builder branchName(String branchName)
The name of the branch within the Bitbucket Server repository.
branchName
- the value to setpublic CreateBitbucketServerConfigSourceDetails.Builder projectId(String projectId)
Unique identifier for a Bitbucket Server project.
projectId
- the value to setpublic CreateBitbucketServerConfigSourceDetails.Builder repositoryId(String repositoryId)
Bitbucket Server repository identifier, usually identified as
repositoryId
- the value to setpublic CreateBitbucketServerConfigSourceDetails build()
public CreateBitbucketServerConfigSourceDetails.Builder copy(CreateBitbucketServerConfigSourceDetails model)
Copyright © 2016–2024. All rights reserved.