Class TestVcsRepositorySpecsHelper


  • public class TestVcsRepositorySpecsHelper
    extends Object
    • Constructor Detail

      • TestVcsRepositorySpecsHelper

        public TestVcsRepositorySpecsHelper()
    • 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)