Uses of Class
com.atlassian.bamboo.testutils.TestBuildDetails

Packages that use TestBuildDetails
com.atlassian.bamboo.deployment   
com.atlassian.bamboo.pageobjects.pages.admin   
com.atlassian.bamboo.pageobjects.pages.plan   
com.atlassian.bamboo.pageobjects.pages.plan.configuration   
com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository   
com.atlassian.bamboo.testutils   
 

Uses of TestBuildDetails in com.atlassian.bamboo.deployment
 

Methods in com.atlassian.bamboo.deployment with parameters of type TestBuildDetails
static TestDeploymentProjectDetails DeploymentProjectTestHelper.createSimpleTestDeploymentDetails(TestBuildDetails linkedPlan)
           
 

Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.pages.admin
 

Methods in com.atlassian.bamboo.pageobjects.pages.admin with parameters of type TestBuildDetails
 void RemovePlanAdminPage.removePlan(TestBuildDetails... testBuildDetails)
           
 

Method parameters in com.atlassian.bamboo.pageobjects.pages.admin with type arguments of type TestBuildDetails
 void RemovePlanAdminPage.removePlans(java.lang.Iterable<TestBuildDetails> builds)
           
 

Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.pages.plan
 

Constructors in com.atlassian.bamboo.pageobjects.pages.plan with parameters of type TestBuildDetails
ResultSummaryPage(TestBuildDetails plan, int buildNumber)
           
 

Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.pages.plan.configuration
 

Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration that return TestBuildDetails
 TestBuildDetails CreatePlanPage.createHgPlan(java.lang.String repositoryUrl, java.lang.String username, java.lang.String password)
           
 TestBuildDetails CreatePlanPage.createNewDisabledPassingPlan()
           
 TestBuildDetails CreatePlanPage.createNewPassingPlan(boolean enabled)
           
 

Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration with parameters of type TestBuildDetails
 void CreatePlanPage.createNewPlan(TestBuildDetails plan)
           
 void CreatePlanDetailsComponent.populatePlanDetails(TestBuildDetails plan)
           
 void CreateBuildStrategyComponent.setUpBuildStrategy(TestBuildDetails build)
           
 

Constructors in com.atlassian.bamboo.pageobjects.pages.plan.configuration with parameters of type TestBuildDetails
BranchConfigurationPage(TestBuildDetails plan)
           
JobTaskConfigurationPage(TestBuildDetails job)
           
MiscellaneousConfigurationPage(TestBuildDetails plan)
           
StageConfigurationPage(TestBuildDetails plan)
           
 

Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository
 

Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository with parameters of type TestBuildDetails
 void CreateHgComponent.populateHgDetails(TestBuildDetails plan)
           
 void CreateSvnComponent.populateSvnDetails(TestBuildDetails plan)
           
 

Constructors in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository with parameters of type TestBuildDetails
VcsConfigurationPage(TestBuildDetails plan)
           
 

Uses of TestBuildDetails in com.atlassian.bamboo.testutils
 

Methods in com.atlassian.bamboo.testutils that return TestBuildDetails
 TestBuildDetails TestBuildDetails.addJob(java.lang.String stageName, java.lang.String jobKey, java.lang.String jobName)
          Create a TestBuildDetails object representing job.
 TestBuildDetails TestBuildDetails.createJob(java.lang.String jobKey, java.lang.String jobName)
          Create a TestBuildDetails object representing job.
static TestBuildDetails TestBuildDetailsHelper.createLongSvnPlan()
           
static TestBuildDetails TestBuildDetailsHelper.createNoRepositoryPlan()
           
static TestBuildDetails TestBuildDetailsHelper.createNoRepositoryPlanThatGeneratesArtifacts(java.util.Map<java.lang.String,java.lang.String> artifacts)
           
static TestBuildDetails TestBuildDetailsHelper.createSimpleCvsSuccessfulBuild()
           
static TestBuildDetails TestBuildDetailsHelper.createSimpleNoRepositoryPlanForConfigTests()
          Creates a plan for basic no-building test.
static TestBuildDetails TestBuildDetailsHelper.createSimpleSvnPlan()
           
static TestBuildDetails TestBuildDetailsHelper.createSimpleSvnPlan(java.lang.String svnSubDir)
           
static TestBuildDetails TestBuildDetailsHelper.createSimpleSvnPlanForConfigTests()
          Creates a plan for basic no-building test.
static TestBuildDetails TestBuildDetailsHelper.createSimpleSvnPlanNoTests()
           
 TestBuildDetails TestStageDetails.getChain()
           
 TestBuildDetails TestBuildDetails.getDefaultJob()
          Return chain's default job.
 TestBuildDetails TestBuildDetails.getJob(java.lang.String jobKey)
           
 TestBuildDetails TestBuildDetails.getJob(TestStageDetails stage, java.lang.String jobKey)
           
 TestBuildDetails TestBuildDetails.getMaster()
           
static TestBuildDetails TestBuildDetailsHelper.makeUniqueBuild()
           
static TestBuildDetails TestBuildDetailsHelper.makeUniqueJob(TestBuildDetails chain)
           
static TestBuildDetails TestBuildDetailsHelper.makeUniquePlan(PlanType planType)
           
 TestBuildDetails TestBuildDetails.setDisabled(boolean disabled)
           
 TestBuildDetails TestBuildDetails.setScriptBody(java.lang.String scriptBody)
           
static TestBuildDetails TestBuildDetailsHelper.setupPerforceFailingPlan(TestBuildDetails build)
           
static TestBuildDetails TestBuildDetailsHelper.setupPerforceSuccessPlan(TestBuildDetails build)
           
 

Methods in com.atlassian.bamboo.testutils that return types with arguments of type TestBuildDetails
 java.util.List<TestBuildDetails> TestStageDetails.getJobs()
           
 

Methods in com.atlassian.bamboo.testutils with parameters of type TestBuildDetails
 void TestStageDetails.addJobs(TestBuildDetails... jobs)
           
static TestStageDetails TestStageDetails.addNewStageTo(TestBuildDetails chain)
           
static void LocalRepositorySetupHelper.deleteTempRepository(TestBuildDetails build)
           
static TestBuildDetails TestBuildDetailsHelper.makeUniqueJob(TestBuildDetails chain)
           
static void TestBuildDetailsHelper.setupCvsSuccessfulBuild(TestBuildDetails build)
           
static TestBuildDetails TestBuildDetailsHelper.setupPerforceFailingPlan(TestBuildDetails build)
           
static TestBuildDetails TestBuildDetailsHelper.setupPerforceSuccessPlan(TestBuildDetails build)
           
static void TestBuildDetailsHelper.setupSimpleSvnPlan(TestBuildDetails build, RepositoryDescriptor repositoryDescriptor, java.lang.String svnSubDir)
           
 

Constructors in com.atlassian.bamboo.testutils with parameters of type TestBuildDetails
TestBuildDetails(ProjectDescriptor project, java.lang.String buildKey, java.lang.String buildName, TestBuildDetails master)
           
TestStageDetails(TestBuildDetails chain)
           
TestStageDetails(TestBuildDetails chain, java.lang.String name, java.lang.String description)
           
TestStageDetails(TestBuildDetails chain, java.lang.String name, java.lang.String description, TestStageDetails.StageType type)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.