com.atlassian.bamboo.testutils
Class LocalRepositorySetupHelper
java.lang.Object
com.atlassian.bamboo.testutils.LocalRepositorySetupHelper
public class LocalRepositorySetupHelper
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalRepositorySetupHelper
public LocalRepositorySetupHelper()
createTempSvnRepositoryFromDumpFile
public static SvnRepositoryDescriptor createTempSvnRepositoryFromDumpFile(@NotNull
java.lang.String svnDumpFileName)
throws java.lang.Exception
- Throws:
java.lang.Exception
createTempSvnRepositoryFromDefaultDumpFile
public static SvnRepositoryDescriptor createTempSvnRepositoryFromDefaultDumpFile()
createTempCvsRepositoryFromDefaultDumpFile
public static CvsRepositoryDescriptor createTempCvsRepositoryFromDefaultDumpFile()
throws java.io.IOException
- Throws:
java.io.IOException
createACopyOfCvsRepositoryFromDump
public static CvsRepositoryDescriptor createACopyOfCvsRepositoryFromDump(java.lang.String dumpFileName,
long repositoryCreationTimeout)
throws java.io.IOException
- Throws:
java.io.IOException
createACopyOfZipFileContents
public static java.io.File createACopyOfZipFileContents(java.lang.String dumpFileName)
throws java.io.IOException
- Throws:
java.io.IOException
createACopyOfSshKey
public static java.io.File createACopyOfSshKey(java.lang.String privKey)
throws java.net.URISyntaxException
- Throws:
java.net.URISyntaxException
deleteTempRepository
public static void deleteTempRepository(TestBuildDetails build)
destroyTempRepository
public static void destroyTempRepository(RepositoryDescriptor descriptor)
Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.