Package | Description |
---|---|
com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud |
Bitbucket Cloud repository type.
|
Modifier and Type | Method and Description |
---|---|
BitbucketCloudRepository |
BitbucketCloudRepository.accountAuthentication(SharedCredentialsIdentifier sharedCredentialsIdentifier)
Selects a previously defined
SharedCredentials to configure account authentication with bitbucket.org |
BitbucketCloudRepository |
BitbucketCloudRepository.accountAuthentication(UserPasswordAuthentication userPasswordAuthentication)
Specifies username/password Bitbucket Cloud account authentication.
|
BitbucketCloudRepository |
BitbucketCloudRepository.branch(String branch)
Sets a branch to check out.
|
BitbucketCloudRepository |
BitbucketCloudRepository.changeDetection(VcsChangeDetection vcsChangeDetection)
Sets change detection options for this repository.
|
BitbucketCloudRepository |
BitbucketCloudRepository.checkoutAuthentication(SharedCredentialsIdentifier sharedCredentialsIdentifier)
Selects a previously defined
SharedCredentials which will be used to checkout repository from Bitbucket Cloud. |
BitbucketCloudRepository |
BitbucketCloudRepository.checkoutAuthentication(SshPrivateKeyAuthentication sshPrivateKeyAuthentication)
Specifies SSH private key which will be used to checkout repository from Bitbucket Cloud.
|
BitbucketCloudRepository |
BitbucketCloudRepository.commandTimeout(Duration commandTimeout)
Specifies how much time is given for git commands to finish.
|
BitbucketCloudRepository |
BitbucketCloudRepository.commandTimeoutInMinutes(int commandTimeoutMinutes)
Specifies how much time in minutes is given for git commands to finish.
|
BitbucketCloudRepository |
BitbucketCloudRepository.defaultChangeDetection()
Resets all change detection options to defaults.
|
BitbucketCloudRepository |
BitbucketCloudRepository.fetchWholeRepository(boolean fetchWholeRepository)
Enforces (or not) fetching all remote refs from the repository rather than single branch.
|
BitbucketCloudRepository |
BitbucketCloudRepository.lfsEnabled(boolean useLfs)
Enables/disables git lfs support.
|
BitbucketCloudRepository |
BitbucketCloudRepository.remoteAgentCacheEnabled(boolean useRemoteAgentCache)
Enables/disables caching repository content on the remote and elastic agents.
|
BitbucketCloudRepository |
BitbucketCloudRepository.repositorySlug(String owner,
String repositorySlug)
Sets the Bitbucket repository slug to checkout.
|
BitbucketCloudRepository |
BitbucketCloudRepository.shallowClonesEnabled(boolean useShallowClones)
Enables/disables shallow clones when checking out from the repository.
|
BitbucketCloudRepository |
BitbucketCloudRepository.submodulesEnabled(boolean useSubmodules)
Enables/disables submodule support.
|
BitbucketCloudRepository |
BitbucketCloudRepository.verboseLogs(boolean verboseLogs)
Enables/disables verbose logs from git commands.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.