Uses of Class
com.atlassian.bamboo.testutils.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.pageobjects.pages.plan.result   
com.atlassian.bamboo.testutils   
com.atlassian.bamboo.testutils.deployments.projects   
 

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, java.lang.String vcsBranch, java.lang.String branchName)
           
 void PlanHelper.deletePlan(TestBuildDetails plan)
           
 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(java.lang.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(java.lang.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.createHgPlan(java.lang.String repositoryUrl, java.lang.String username, java.lang.String password)
           
 TestBuildDetails CreatePlanPage.createNewDisabledPassingGitPlan()
           
 TestBuildDetails CreatePlanPage.createNewDisabledPassingNoRepositoryPlan()
           
 TestBuildDetails CreatePlanPage.createNewPassingGitPlan(boolean enabled)
           
 TestBuildDetails CreatePlanPage.createNewPassingNoRepositoryPlan(boolean enabled)
           
 

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
ArtifactConfigurationPage(TestBuildDetails job)
          Deprecated. 
BranchesConfigurationPage(TestBuildDetails plan)
           
JobTaskConfigurationPage(TestBuildDetails job)
           
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.pageobjects.pages.plan.result
 

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

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 TestBuildDetailsBuilder.build()
           
static TestBuildDetails TestBuildDetailsHelper.createGitFailedMavenPlan()
           
static TestBuildDetails TestBuildDetailsHelper.createGitScriptPlan()
          Create successful git-based plan with a script task.
static TestBuildDetails TestBuildDetailsHelper.createGitSuccessfulMavenPlan()
           
 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.createSimpleCvsPlan()
           
static TestBuildDetails TestBuildDetailsHelper.createSimpleCvsSuccessfulBuild()
           
static TestBuildDetails TestBuildDetailsHelper.createSimpleGitPlan()
          Create successful git-based plan with a maven task.
static TestBuildDetails TestBuildDetailsHelper.createSimpleGitPlanForCommits()
          Create successful git-based plan with a maven task.
static TestBuildDetails TestBuildDetailsHelper.createSimpleGitPlanNoTests()
          Create successful git-based plan with a script task.
static TestBuildDetails TestBuildDetailsHelper.createSimpleGitPlanNoTestsForCommits()
          Create successful git-based plan with a script task.
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.createSimpleSvnPlanNoTests()
           
 TestBuildDetails TestStageDetails.getChain()
           
 TestBuildDetails TestBuildDetails.getDefaultJob()
          Return chain's default job.
 TestBuildDetails TestBuildDetails.getJob(PlanKey jobKey)
           
 TestBuildDetails TestBuildDetails.getJob(java.lang.String partialJobKey)
          Deprecated. 
 TestBuildDetails TestBuildDetails.getJob(TestStageDetails stage, PlanKey jobKey)
           
 TestBuildDetails TestBuildDetails.getJob(TestStageDetails stage, java.lang.String partialJobKey)
          Deprecated. 
 TestBuildDetails TestBuildDetails.getMaster()
           
static TestBuildDetails TestBuildDetailsHelper.makeUniqueBuild()
           
static TestBuildDetails TestBuildDetailsHelper.makeUniqueJob(TestBuildDetails chain)
           
static TestBuildDetails TestBuildDetailsHelper.makeUniquePlan(PlanType planType)
           
 TestBuildDetails TestBuildDetails.setBuildName(java.lang.String buildName)
           
 TestBuildDetails TestBuildDetails.setDisabled(boolean disabled)
           
 TestBuildDetails TestBuildDetails.setManualBuild(boolean manualBuild)
           
 TestBuildDetails TestBuildDetails.setProject(ProjectDescriptor project)
           
 TestBuildDetails TestBuildDetails.setScriptBody(java.lang.String scriptBody)
           
 TestBuildDetails TestBuildDetails.setTriggerInitialManualBuild(boolean triggerInitialManualBuild)
           
static TestBuildDetails TestBuildDetailsHelper.setupCvsPlan(TestBuildDetails plan, java.lang.String moduleSubdirectory)
           
static TestBuildDetails TestBuildDetailsHelper.setupDefaultJob(TestBuildDetails plan)
           
static TestBuildDetails TestBuildDetailsHelper.setupGitPlan(TestBuildDetails plan, GitRepositoryDescriptor repositoryDescriptor)
           
static TestBuildDetails TestBuildDetailsHelper.setupManualBuild(TestBuildDetails plan)
           
static TestBuildDetails TestBuildDetailsHelper.setupPerforceFailingPlan(TestBuildDetails build)
           
static TestBuildDetails TestBuildDetailsHelper.setupPerforceSuccessPlan(TestBuildDetails build)
           
static TestBuildDetails TestBuildDetailsHelper.setupScriptTask(TestBuildDetails plan)
           
static TestBuildDetails TestBuildDetailsHelper.setupScriptTask(TestBuildDetails plan, java.lang.String scriptBody)
           
static TestBuildDetails TestBuildDetailsHelper.setupSharedRepository(TestBuildDetails plan, java.lang.String sharedRepositoryName)
           
static TestBuildDetails TestBuildDetailsHelper.setupStashPlan(TestBuildDetails plan, java.lang.String projectName, java.lang.String repositoryName)
           
static TestBuildDetails TestBuildDetailsHelper.setupStashPlan(TestBuildDetails plan, java.lang.String projectName, java.lang.String repositoryName, java.lang.String branch)
           
 

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 TestBuildDetails TestBuildDetailsHelper.setupCvsPlan(TestBuildDetails plan, java.lang.String moduleSubdirectory)
           
static void TestBuildDetailsHelper.setupCvsSuccessfulBuild(TestBuildDetails build)
           
static TestBuildDetails TestBuildDetailsHelper.setupDefaultJob(TestBuildDetails plan)
           
static TestBuildDetails TestBuildDetailsHelper.setupGitPlan(TestBuildDetails plan, GitRepositoryDescriptor repositoryDescriptor)
           
static TestBuildDetails TestBuildDetailsHelper.setupManualBuild(TestBuildDetails plan)
           
static TestBuildDetails TestBuildDetailsHelper.setupPerforceFailingPlan(TestBuildDetails build)
           
static TestBuildDetails TestBuildDetailsHelper.setupPerforceSuccessPlan(TestBuildDetails build)
           
static TestBuildDetails TestBuildDetailsHelper.setupScriptTask(TestBuildDetails plan)
           
static TestBuildDetails TestBuildDetailsHelper.setupScriptTask(TestBuildDetails plan, java.lang.String scriptBody)
           
static TestBuildDetails TestBuildDetailsHelper.setupSharedRepository(TestBuildDetails plan, java.lang.String sharedRepositoryName)
           
static TestBuildDetails TestBuildDetailsHelper.setupStashPlan(TestBuildDetails plan, java.lang.String projectName, java.lang.String repositoryName)
           
static TestBuildDetails TestBuildDetailsHelper.setupStashPlan(TestBuildDetails plan, java.lang.String projectName, java.lang.String repositoryName, java.lang.String branch)
           
 

Constructors in com.atlassian.bamboo.testutils with parameters of type TestBuildDetails
TestBuildDetails(ProjectDescriptor project, java.lang.String buildKey, java.lang.String buildName, TestBuildDetails master)
           
TestBuildDetailsBuilder(TestBuildDetails build)
           
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)
           
 

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)
           
 



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