Class TestVcsRepositorySpecsHelper
java.lang.Object
com.atlassian.bamboo.testutils.specs.TestVcsRepositorySpecsHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
bbsRepository
(@NotNull String applicationLink, @NotNull String projectKey, @NotNull String repositorySlug) static com.atlassian.bamboo.specs.builders.repository.git.GitRepository
gitRepository
(@NotNull GitRepositoryDescriptor descriptor) static com.atlassian.bamboo.specs.builders.repository.git.GitRepository
static com.atlassian.bamboo.specs.builders.repository.git.GitRepository
static com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
static com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
svnRepository
(@NotNull SvnRepositoryDescriptor svnRepositoryDescriptor) static com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
svnRepository
(@NotNull SvnRepositoryDescriptor svnRepositoryDescriptor, @NotNull String branchPath)
-
Constructor Details
-
TestVcsRepositorySpecsHelper
public TestVcsRepositorySpecsHelper()
-
-
Method Details
-
gitRepositoryForReadOnlyAccess
public static com.atlassian.bamboo.specs.builders.repository.git.GitRepository gitRepositoryForReadOnlyAccess() -
gitRepositoryForWriteAccess
public static com.atlassian.bamboo.specs.builders.repository.git.GitRepository gitRepositoryForWriteAccess() -
gitRepository
public static com.atlassian.bamboo.specs.builders.repository.git.GitRepository gitRepository(@NotNull @NotNull GitRepositoryDescriptor descriptor) -
bbsRepository
-
svnRepository
public static com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository svnRepository(@NotNull @NotNull SvnRepositoryDescriptor svnRepositoryDescriptor) -
svnDefaultRepository
public static com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository svnDefaultRepository() -
svnRepository
public static com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository svnRepository(@NotNull @NotNull SvnRepositoryDescriptor svnRepositoryDescriptor, @NotNull @NotNull String branchPath)
-