Uses of Class
com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
Packages that use BitbucketCloudRepository
Package
Description
Bitbucket Cloud repository type.
-
Uses of BitbucketCloudRepository in com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud
Methods in com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud that return BitbucketCloudRepositoryModifier and TypeMethodDescriptionBitbucketCloudRepository.accountAuthentication(@NotNull SharedCredentialsIdentifier sharedCredentialsIdentifier) Selects a previously definedSharedCredentialsto configure account authentication with bitbucket.orgBitbucketCloudRepository.accountAuthentication(@NotNull EmailApiTokenAuthentication emailApiTokenAuthentication) Specifies email/API token Bitbucket Cloud account authentication.BitbucketCloudRepository.accountAuthentication(@NotNull UserPasswordAuthentication userPasswordAuthentication) Deprecated.Sets a branch to check out.BitbucketCloudRepository.changeDetection(VcsChangeDetection vcsChangeDetection) Sets change detection options for this repository.BitbucketCloudRepository.checkoutAuthentication(@NotNull SharedCredentialsIdentifier sharedCredentialsIdentifier) Selects a previously definedSharedCredentialswhich will be used to checkout repository from Bitbucket Cloud.BitbucketCloudRepository.checkoutAuthentication(@NotNull SshPrivateKeyAuthentication sshPrivateKeyAuthentication) Specifies SSH private key which will be used to checkout repository from Bitbucket Cloud.BitbucketCloudRepository.commandTimeout(Duration commandTimeout) Specifies how much time is given for git commands to finish.BitbucketCloudRepository.commandTimeoutInMinutes(int commandTimeoutMinutes) Specifies how much time in minutes is given for git commands to finish.BitbucketCloudRepository.defaultChangeDetection()Resets all change detection options to defaults.BitbucketCloudRepository.fetchWholeRepository(boolean fetchWholeRepository) Enforces (or not) fetching all remote refs from the repository rather than single branch.BitbucketCloudRepository.lfsEnabled(boolean useLfs) Enables/disables git lfs support.BitbucketCloudRepository.remoteAgentCacheEnabled(boolean useRemoteAgentCache) Enables/disables caching repository content on the remote and elastic agents.BitbucketCloudRepository.repositorySlug(@NotNull String owner, @NotNull String repositorySlug) Sets the Bitbucket repository slug to checkout.BitbucketCloudRepository.shallowClonesEnabled(boolean useShallowClones) Enables/disables shallow clones when checking out from the repository.BitbucketCloudRepository.sshKeyAppliesToSubmodules(boolean sshKeyAppliesToSubmodules) Enables/disabled authenticating to submodules with SSH key configured for this repository.BitbucketCloudRepository.submodulesEnabled(boolean useSubmodules) Enables/disables submodule support.BitbucketCloudRepository.submodulesUseShallowClonesEnabled(boolean useSubmodulesWithShallowClones) Enables/disables shallow clone support for submodules.BitbucketCloudRepository.verboseLogs(boolean verboseLogs) Enables/disables verbose logs from git commands.BitbucketCloudRepository.webhookEnabled(boolean webhookEnabled) Enables webhooks support for the repository.
accountAuthentication(EmailApiTokenAuthentication)