Uses of Class
com.atlassian.bamboo.testutils.SvnRepositoryDescriptor
Package
Description
-
Uses of SvnRepositoryDescriptor in com.atlassian.bamboo.testutils
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionstatic @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
Modifier and TypeMethodDescriptionstatic 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)