Uses of Class
com.atlassian.bamboo.testutils.model.Repository.Builder
Packages that use Repository.Builder
-
Uses of Repository.Builder in com.atlassian.bamboo.testutils.model
Methods in com.atlassian.bamboo.testutils.model that return Repository.BuilderModifier and TypeMethodDescriptionRepository.Builder.bb()
static Repository.Builder
Repository.builder()
static Repository.Builder
Repository.builder
(Repository repository) Repository.Builder.descriptor
(RepositoryDescriptor descriptor) Repository.Builder.git()
Repository.Builder.github()
Repository.Builder.lfs
(boolean lfs) Repository.Builder.scm
(Repository.Scm scm) Repository.Builder.stash()
Repository.Builder.svn()
Repository.Builder.withAuthenticationMethod
(Repository.RepositoryAuthenticationType authenticationMethod) Repository.Builder.withAuthType
(String authType) Repository.Builder.withBambooSpecsEnabled()
Repository.Builder.withIncludeExcludeFileOption
(String includeExcludeFileOption) Repository.Builder.withIncludeExcludeRegex
(String includeExcludeRegex) Repository.Builder.withRepositoryName
(String repositoryName) Repository.Builder.withSharedCredentialName
(String sharedCredentialName) Repository.Builder.withSshCredentialsSource
(String sshCredentialsSource) Repository.Builder.withSshKeyPath
(String sshKeyPath) Repository.Builder.withSshPassPhrase
(String passPhrase) Repository.Builder.withStashProjectName
(String projectName) Repository.Builder.withStashRepositoryName
(String repositoryName)