Uses of Class
com.atlassian.bamboo.testutils.SvnRepositoryDescriptor
-
Packages that use SvnRepositoryDescriptor Package Description com.atlassian.bamboo.testutils com.atlassian.bamboo.testutils.backdoor.repository com.atlassian.bamboo.testutils.specs -
-
Uses of SvnRepositoryDescriptor in com.atlassian.bamboo.testutils
Methods in com.atlassian.bamboo.testutils that return SvnRepositoryDescriptor Modifier and Type Method Description static SvnRepositoryDescriptor
LocalRepositorySetupHelper. createTempSvnRepositoryFromDefaultDumpFile(Class<?> testClass)
static SvnRepositoryDescriptor
LocalRepositorySetupHelper. getSvnRepositoryForReadOnlyAccess()
static SvnRepositoryDescriptor
SvnRepositoryDescriptor. readOnlyRepository(@NotNull File repositoryRoot)
Caller of this method is responsible for callingforceDeleteRepository()
static SvnRepositoryDescriptor
SvnRepositoryDescriptor. writableRepository(@NotNull File repositoryRoot)
-
Uses of SvnRepositoryDescriptor in com.atlassian.bamboo.testutils.backdoor.repository
Methods in com.atlassian.bamboo.testutils.backdoor.repository with parameters of type SvnRepositoryDescriptor Modifier and Type Method Description static @NotNull Repository
RestRepositoryHelper. getSvnRepository(@NotNull SvnRepositoryDescriptor repositoryDescriptor, @NotNull String svnSubDir)
Creates an SVNRepository
object for further usage in tests, e.g. -
Uses of SvnRepositoryDescriptor in com.atlassian.bamboo.testutils.specs
Methods in com.atlassian.bamboo.testutils.specs with parameters of type SvnRepositoryDescriptor Modifier and Type Method Description static com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
TestVcsRepositorySpecsHelper. svnRepository(@NotNull SvnRepositoryDescriptor svnRepositoryDescriptor)
static com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
TestVcsRepositorySpecsHelper. svnRepository(@NotNull SvnRepositoryDescriptor svnRepositoryDescriptor, @NotNull String branchPath)
-