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

Packages that use TestBuildDetails
com.atlassian.bamboo.pageobjects.helpers   
com.atlassian.bamboo.pageobjects.pages.admin   
com.atlassian.bamboo.pageobjects.pages.admin.bulk   
com.atlassian.bamboo.pageobjects.pages.plan   
com.atlassian.bamboo.pageobjects.pages.plan.configuration   
com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository   
com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.git   
com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.stash   
com.atlassian.bamboo.testutils   
com.atlassian.bamboo.testutils.backdoor   
com.atlassian.bamboo.testutils.deployments.projects   
com.atlassian.bamboo.testutils.model   
 

Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.helpers
 

Methods in com.atlassian.bamboo.pageobjects.helpers with parameters of type TestBuildDetails
 PlanKey PlanHelper.createBranch(TestBuildDetails plan, String branchVcsName, String branchName)
          Create branch relying on vcs branch names provided by Bamboo.
 PlanKey PlanHelper.createBranchManually(TestBuildDetails plan, String branchVcsName, String branchName)
          Create branch using "manual" option
 void PlanHelper.fixSubversionBranchesUrl(TestBuildDetails plan)
           
 

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(Iterable<TestBuildDetails> builds)
           
 

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

Method parameters in com.atlassian.bamboo.pageobjects.pages.admin.bulk with type arguments of type TestBuildDetails
 ChoosePlansForBulkActionsPage ChoosePlansForBulkActionsPage.withPlans(Iterable<TestBuildDetails> plans)
           
 

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.createNewDisabledPassingGitPlan()
          Deprecated. since 5.9, use CreatePlanPage.createNewPlan(TestBuildDetails)
 TestBuildDetails CreatePlanPage.createNewPassingGitPlan()
          Deprecated. since 5.9, use CreatePlanPage.createNewPlan(TestBuildDetails)
 TestBuildDetails CreatePlanPage.createNewPassingNoRepositoryPlan()
          Deprecated. since 5.9, use CreatePlanPage.createNewPlan(TestBuildDetails)
 

Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration with parameters of type TestBuildDetails
 DependenciesConfigurationPage DependenciesConfigurationPage.addChildPlan(TestBuildDetails childPlan)
           
 void CreatePlanPage.createNewPlan(TestBuildDetails plan)
           
 CreatePlanPage CreatePlanPage.populatePlanDetails(TestBuildDetails plan)
           
 void CreatePlanDetailsComponent.populatePlanDetails(TestBuildDetails plan)
           
 DependenciesConfigurationPage DependenciesConfigurationPage.removeChildPlan(TestBuildDetails childPlan)
           
 

Constructors in com.atlassian.bamboo.pageobjects.pages.plan.configuration with parameters of type TestBuildDetails
BranchesConfigurationPage(TestBuildDetails plan)
           
MiscellaneousConfigurationPage(TestBuildDetails plan)
           
StageConfigurationPage(TestBuildDetails plan)
           
VariableConfigurationPage(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.populateDetails(TestBuildDetails plan)
           
 void CreateSvnComponent.populateSvnDetails(TestBuildDetails plan)
           
 

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

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

Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.git with parameters of type TestBuildDetails
 GitVcsComponent GitVcsComponent.populateDetails(TestBuildDetails plan)
           
 

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

Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.stash with parameters of type TestBuildDetails
 StashVcsComponent StashVcsComponent.populateStashDetails(TestBuildDetails plan)
           
 

Uses of TestBuildDetails in com.atlassian.bamboo.testutils
 

Methods in com.atlassian.bamboo.testutils that return TestBuildDetails
 TestBuildDetails TestBuildDetailsBuilder.build()
           
static TestBuildDetails TestBuildDetailsHelper.createGitFailedMavenPlan()
           
static TestBuildDetails TestBuildDetailsHelper.createGitScriptPlan()
          Create successful git-based plan with a script task.
static TestBuildDetails TestBuildDetailsHelper.createSimpleCvsPlan()
           
static TestBuildDetails TestBuildDetailsHelper.createSimpleCvsSuccessfulBuild()
           
static TestBuildDetails TestBuildDetailsHelper.createSimpleGitPlanNoTests()
          Create successful git-based plan with a script task.
static TestBuildDetails TestBuildDetailsHelper.createSimpleSvnPlanNoTests()
           
static TestBuildDetails TestBuildDetailsHelper.makeUniquePlan()
           
static TestBuildDetails TestBuildDetailsHelper.setupCvsPlan(TestBuildDetails plan, String moduleSubdirectory)
           
static TestBuildDetails TestBuildDetailsHelper.setupGitPlan(TestBuildDetails plan, GitRepositoryDescriptor repositoryDescriptor)
           
static TestBuildDetails TestBuildDetailsHelper.setupPerforceFailingPlan(TestBuildDetails build)
           
static TestBuildDetails TestBuildDetailsHelper.setupPerforceSuccessPlan(TestBuildDetails build)
           
static TestBuildDetails TestBuildDetailsHelper.setupScriptTask(TestBuildDetails plan)
           
static TestBuildDetails TestBuildDetailsHelper.setupScriptTask(TestBuildDetails plan, String scriptBody)
           
static TestBuildDetails TestBuildDetailsHelper.setupSharedRepository(TestBuildDetails plan, String sharedRepositoryName)
           
static TestBuildDetails TestBuildDetailsHelper.setupStashPlan(TestBuildDetails plan, String projectName, String repositoryName)
           
static TestBuildDetails TestBuildDetailsHelper.setupStashPlan(TestBuildDetails plan, String projectName, String repositoryName, String branch)
           
 

Methods in com.atlassian.bamboo.testutils with parameters of type TestBuildDetails
static void LocalRepositorySetupHelper.deleteTempRepository(TestBuildDetails build)
           
static TestJobDetails TestBuildDetailsHelper.makeUniqueJob(TestBuildDetails chain)
           
static TestBuildDetails TestBuildDetailsHelper.setupCvsPlan(TestBuildDetails plan, String moduleSubdirectory)
           
static void TestBuildDetailsHelper.setupCvsSuccessfulBuild(TestBuildDetails build)
           
static TestBuildDetails TestBuildDetailsHelper.setupGitPlan(TestBuildDetails plan, GitRepositoryDescriptor repositoryDescriptor)
           
static TestBuildDetails TestBuildDetailsHelper.setupPerforceFailingPlan(TestBuildDetails build)
           
static TestBuildDetails TestBuildDetailsHelper.setupPerforceSuccessPlan(TestBuildDetails build)
           
static TestBuildDetails TestBuildDetailsHelper.setupScriptTask(TestBuildDetails plan)
           
static TestBuildDetails TestBuildDetailsHelper.setupScriptTask(TestBuildDetails plan, String scriptBody)
           
static TestBuildDetails TestBuildDetailsHelper.setupSharedRepository(TestBuildDetails plan, String sharedRepositoryName)
           
static TestBuildDetails TestBuildDetailsHelper.setupStashPlan(TestBuildDetails plan, String projectName, String repositoryName)
           
static TestBuildDetails TestBuildDetailsHelper.setupStashPlan(TestBuildDetails plan, String projectName, String repositoryName, String branch)
           
 

Constructors in com.atlassian.bamboo.testutils with parameters of type TestBuildDetails
TestBuildDetailsBuilder(TestBuildDetails build)
           
 

Uses of TestBuildDetails in com.atlassian.bamboo.testutils.backdoor
 

Methods in com.atlassian.bamboo.testutils.backdoor with parameters of type TestBuildDetails
 PlanKey PlansControl.createPlan(TestBuildDetails buildDetails)
           
 PlanKey PlansControl.createPlan(TestBuildDetails buildDetails, TestUser user)
           
 

Uses of TestBuildDetails in com.atlassian.bamboo.testutils.deployments.projects
 

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

Uses of TestBuildDetails in com.atlassian.bamboo.testutils.model
 

Methods in com.atlassian.bamboo.testutils.model that return TestBuildDetails
 TestBuildDetails TestStageDetails.getChain()
           
 TestBuildDetails TestBuildDetails.getMaster()
           
 TestBuildDetails TestBuildDetails.setManualBuild(boolean manual)
           
 TestBuildDetails TestBuildDetails.setName(String name)
           
 TestBuildDetails TestBuildDetails.setProject(ProjectDescriptor project)
           
 TestBuildDetails TestBuildDetails.setTriggerInitialManualBuild(boolean triggerInitialManualBuild)
           
 

Methods in com.atlassian.bamboo.testutils.model with parameters of type TestBuildDetails
static TestStageDetails TestStageDetails.addNewStageTo(TestBuildDetails chain)
           
 void TestJobDetails.setPlan(TestBuildDetails plan)
           
 

Constructors in com.atlassian.bamboo.testutils.model with parameters of type TestBuildDetails
TestBuildDetails(ProjectDescriptor project, String key, String name, TestBuildDetails master)
           
TestJobDetails(TestBuildDetails plan, String jobKey, String jobName)
           
TestStageDetails(TestBuildDetails chain)
           
TestStageDetails(TestBuildDetails chain, String name, String description)
           
TestStageDetails(TestBuildDetails chain, String name, String description, TestStageDetails.StageType type)
           
 



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.