Class TestVcsRepositorySpecsHelper
- java.lang.Object
-
- com.atlassian.bamboo.testutils.specs.TestVcsRepositorySpecsHelper
-
public class TestVcsRepositorySpecsHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description TestVcsRepositorySpecsHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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
gitRepositoryForReadOnlyAccess()
static com.atlassian.bamboo.specs.builders.repository.git.GitRepository
gitRepositoryForWriteAccess()
static com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
svnDefaultRepository()
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)
-
-
-
Method Detail
-
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
public static com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository bbsRepository(@NotNull @NotNull String applicationLink, @NotNull @NotNull String projectKey, @NotNull @NotNull String repositorySlug)
-
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)
-
-