Uses of Class
com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Package
Description
Bitbucket Server repository type.
-
Uses of BitbucketServerRepository in com.atlassian.bamboo.specs.builders.repository.bitbucket.server
Modifier and TypeMethodDescriptionSets a branch to check out.BitbucketServerRepository.changeDetection
(@NotNull VcsChangeDetection vcsChangeDetection) Sets change detection options for this repository.BitbucketServerRepository.commandTimeout
(Duration commandTimeout) Specifies how much time is given for git commands to finish.BitbucketServerRepository.commandTimeoutInMinutes
(int commandTimeoutMinutes) Specifies how much time in minutes is given for git commands to finish.BitbucketServerRepository.defaultChangeDetection()
Resets all change detection options to defaults.BitbucketServerRepository.fetchWholeRepository
(boolean fetchWholeRepository) Enforces (or not) fetching all remote refs from the repository rather than single branch.BitbucketServerRepository.lfsEnabled
(boolean useLfs) Enables/disables git lfs support.BitbucketServerRepository.mirror
(@NotNull BitbucketServerMirror mirror) Sets mirror to be used for cloning repository.BitbucketServerRepository.projectKey
(@NotNull String projectKey) Sets key of Bitbucket Server's project which repository belongs to.BitbucketServerRepository.remoteAgentCacheEnabled
(boolean useRemoteAgentCache) Enables/disables caching repository content on the remote and elastic agents.BitbucketServerRepository.repositorySlug
(@NotNull String repositorySlug) Sets the repository slug.BitbucketServerRepository.server
(@NotNull ApplicationLink server) Selects Bitbucket Server instance which hosts this repository.BitbucketServerRepository.shallowClonesEnabled
(boolean useShallowClones) Enables/disables shallow clones when checking out from the repository.BitbucketServerRepository.sshCloneUrl
(@NotNull String sshCloneUrl) Sets repository url that is used for cloning the repository.BitbucketServerRepository.sshKeyAppliesToSubmodules
(boolean sshKeyAppliesToSubmodules) Enables/disabled authenticating to submodules with SSH key configured for this repository.BitbucketServerRepository.sshPrivateKey
(@NotNull String sshPrivateKey) Sets private SSH key of the repository.BitbucketServerRepository.sshPublicKey
(@NotNull String sshPublicKey) Sets public SSH key of the repository.BitbucketServerRepository.submodulesEnabled
(boolean useSubmodules) Enables/disables submodule support.BitbucketServerRepository.verboseLogs
(boolean verboseLogs) Enables/disables verbose logs from git commands.