com.atlassian.bamboo.testutils
Class TestBuildDetailsHelper
java.lang.Object
com.atlassian.bamboo.testutils.TestBuildDetailsHelper
public class TestBuildDetailsHelper
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestBuildDetailsHelper
public TestBuildDetailsHelper()
createSimpleSvnPlan
public static TestBuildDetails createSimpleSvnPlan()
throws java.util.concurrent.TimeoutException,
java.io.IOException,
java.lang.InterruptedException
- Throws:
java.util.concurrent.TimeoutException
java.io.IOException
java.lang.InterruptedException
createLongSvnPlan
public static TestBuildDetails createLongSvnPlan()
throws java.util.concurrent.TimeoutException,
java.io.IOException,
java.lang.InterruptedException
- Throws:
java.util.concurrent.TimeoutException
java.io.IOException
java.lang.InterruptedException
createSimpleSvnPlan
public static TestBuildDetails createSimpleSvnPlan(java.lang.String svnSubDir)
throws java.util.concurrent.TimeoutException,
java.io.IOException,
java.lang.InterruptedException
- Throws:
java.util.concurrent.TimeoutException
java.io.IOException
java.lang.InterruptedException
createSimpleNoRepositoryPlan
public static TestBuildDetails createSimpleNoRepositoryPlan()
throws java.util.concurrent.TimeoutException,
java.io.IOException,
java.lang.InterruptedException
- Throws:
java.util.concurrent.TimeoutException
java.io.IOException
java.lang.InterruptedException
createSimpleCvsSuccessfulBuild
public static TestBuildDetails createSimpleCvsSuccessfulBuild()
throws java.io.IOException
- Throws:
java.io.IOException
setupCvsSuccessfulBuild
public static void setupCvsSuccessfulBuild(TestBuildDetails build)
throws java.io.IOException
- Throws:
java.io.IOException
makeUniqueJob
public static TestBuildDetails makeUniqueJob(TestBuildDetails chain)
makeUniqueBuild
public static TestBuildDetails makeUniqueBuild()
makeUniquePlan
public static TestBuildDetails makeUniquePlan(PlanType planType)
createSimpleSvnPlanForConfigTests
public static TestBuildDetails createSimpleSvnPlanForConfigTests()
throws java.util.concurrent.TimeoutException,
java.io.IOException,
java.lang.InterruptedException
- Creates a plan for basic no-building test. Saves some precious seconds
- Throws:
java.util.concurrent.TimeoutException
java.io.IOException
java.lang.InterruptedException
createSimpleNoRepositoryPlanForConfigTests
public static TestBuildDetails createSimpleNoRepositoryPlanForConfigTests()
throws java.util.concurrent.TimeoutException,
java.io.IOException,
java.lang.InterruptedException
- Creates a plan for basic no-building test. Saves some precious seconds
- Throws:
java.util.concurrent.TimeoutException
java.io.IOException
java.lang.InterruptedException
setupSimpleSvnPlan
public static void setupSimpleSvnPlan(TestBuildDetails build,
RepositoryDescriptor repositoryDescriptor,
java.lang.String svnSubDir)
throws java.util.concurrent.TimeoutException,
java.io.IOException,
java.lang.InterruptedException
- Throws:
java.util.concurrent.TimeoutException
java.io.IOException
java.lang.InterruptedException
setupPerforceSuccessPlan
public static TestBuildDetails setupPerforceSuccessPlan(TestBuildDetails build)
setupPerforceFailingPlan
public static TestBuildDetails setupPerforceFailingPlan(TestBuildDetails build)
Copyright © 2012 Atlassian. All Rights Reserved.