public static class BitbucketServerConfigSource.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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
|
BitbucketServerConfigSource.Builder |
repositoryUrl(String repositoryUrl)
The URL of the Bitbucket Server repository for the configuration source.
|
BitbucketServerConfigSource.Builder |
workingDirectory(String workingDirectory) |
public BitbucketServerConfigSource.Builder workingDirectory(String workingDirectory)
public BitbucketServerConfigSource.Builder configurationSourceProviderId(String configurationSourceProviderId)
The OCID of the Bitbucket Server configuration source.
configurationSourceProviderId
- the value to setpublic BitbucketServerConfigSource.Builder repositoryUrl(String repositoryUrl)
The URL of the Bitbucket Server repository for the configuration source.
repositoryUrl
- the value to setpublic BitbucketServerConfigSource.Builder branchName(String branchName)
The name of the branch in the Bitbucket Server repository for the configuration source.
branchName
- the value to setpublic BitbucketServerConfigSource.Builder projectId(String projectId)
Unique identifier for a Bitbucket Server project.
projectId
- the value to setpublic BitbucketServerConfigSource.Builder repositoryId(String repositoryId)
Bitbucket Server repository identifier, usually identified as
repositoryId
- the value to setpublic BitbucketServerConfigSource.Builder cloneUrl(String cloneUrl)
The clone URL of Bitbucket Server configuration source.
cloneUrl
- the value to setpublic BitbucketServerConfigSource build()
public BitbucketServerConfigSource.Builder copy(BitbucketServerConfigSource model)
Copyright © 2016–2024. All rights reserved.