Uses of Class
com.atlassian.bamboo.testutils.model.TestBuildDetails
-
-
Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.helpers
Methods in com.atlassian.bamboo.pageobjects.helpers with parameters of type TestBuildDetails Modifier and Type Method Description PlanKeyPlanHelper. createBranch(@NotNull TestBuildDetails plan, @NotNull String branchVcsName, @NotNull String branchName)Deprecated.since 5.10, usePlansControl.createBranch(PlanKey, String, String)PlanKeyPlanHelper. createBranchManually(@NotNull TestBuildDetails plan, @NotNull String branchVcsName, @NotNull String branchName)Deprecated.since 5.10, usePlansControl.createBranch(PlanKey, String, String) -
Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.pages.admin
Methods in com.atlassian.bamboo.pageobjects.pages.admin with parameters of type TestBuildDetails Modifier and Type Method Description voidRemovePlanAdminPage. removePlan(TestBuildDetails... testBuildDetails)Method parameters in com.atlassian.bamboo.pageobjects.pages.admin with type arguments of type TestBuildDetails Modifier and Type Method Description voidRemovePlanAdminPage. 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 Modifier and Type Method Description ChoosePlansForBulkActionsPageChoosePlansForBulkActionsPage. withPlans(@NotNull 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 Constructor Description ResultSummaryPage(TestBuildDetails plan, int buildNumber) -
Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.pages.plan.configuration
Constructors in com.atlassian.bamboo.pageobjects.pages.plan.configuration with parameters of type TestBuildDetails Constructor Description BranchesConfigurationPage(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 Modifier and Type Method Description voidCreateSvnComponent. populateSvnDetails(TestBuildDetails plan)Constructors in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository with parameters of type TestBuildDetails Constructor Description 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 Modifier and Type Method Description GitVcsComponentGitVcsComponent. 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 Modifier and Type Method Description StashVcsComponentStashVcsComponent. populateStashDetails(TestBuildDetails plan) -
Uses of TestBuildDetails in com.atlassian.bamboo.testutils
Methods in com.atlassian.bamboo.testutils that return TestBuildDetails Modifier and Type Method Description TestBuildDetailsTestBuildDetailsBuilder. build()static TestBuildDetailsTestBuildDetailsHelper. createGitFailedMavenPlan()static TestBuildDetailsTestBuildDetailsHelper. createGitScriptPlan()Create successful git-based plan with a script task.static TestBuildDetailsTestBuildDetailsHelper. createSimpleGitPlanNoTests()Create successful git-based plan with a script task.static TestBuildDetailsTestBuildDetailsHelper. createSimpleSvnPlanNoTests(Class<?> testClass)static TestBuildDetailsTestBuildDetailsHelper. makeUniquePlan()static TestBuildDetailsTestBuildDetailsHelper. makeUniquePlanInProject(String projectName, String projectKey)static TestBuildDetailsTestBuildDetailsHelper. setupGitPlan(TestBuildDetails plan, GitRepositoryDescriptor repositoryDescriptor)static TestBuildDetailsTestBuildDetailsHelper. setupPerforceSuccessPlan(TestBuildDetails build)static TestBuildDetailsTestBuildDetailsHelper. setupScriptTask(TestBuildDetails plan, String scriptBody)static TestBuildDetailsTestBuildDetailsHelper. setupStashPlan(TestBuildDetails plan, String projectName, String repositoryName)static TestBuildDetailsTestBuildDetailsHelper. setupStashPlan(TestBuildDetails plan, String projectName, String repositoryName, @Nullable String branch)Methods in com.atlassian.bamboo.testutils with parameters of type TestBuildDetails Modifier and Type Method Description static voidLocalRepositorySetupHelper. deleteTempRepository(TestBuildDetails build)static TestJobDetailsTestBuildDetailsHelper. makeUniqueJob(TestBuildDetails chain)static TestBuildDetailsTestBuildDetailsHelper. setupGitPlan(TestBuildDetails plan, GitRepositoryDescriptor repositoryDescriptor)static TestBuildDetailsTestBuildDetailsHelper. setupPerforceSuccessPlan(TestBuildDetails build)static TestBuildDetailsTestBuildDetailsHelper. setupScriptTask(TestBuildDetails plan, String scriptBody)static TestBuildDetailsTestBuildDetailsHelper. setupStashPlan(TestBuildDetails plan, String projectName, String repositoryName)static TestBuildDetailsTestBuildDetailsHelper. setupStashPlan(TestBuildDetails plan, String projectName, String repositoryName, @Nullable String branch)Constructors in com.atlassian.bamboo.testutils with parameters of type TestBuildDetails Constructor Description TestBuildDetailsBuilder(TestBuildDetails build) -
Uses of TestBuildDetails in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor with parameters of type TestBuildDetails Modifier and Type Method Description PlanKeyPlansControl. createPlan(TestBuildDetails buildDetails) -
Uses of TestBuildDetails in com.atlassian.bamboo.testutils.backdoor.plans
Methods in com.atlassian.bamboo.testutils.backdoor.plans with parameters of type TestBuildDetails Modifier and Type Method Description static RestPlanRestPlanHelper. newRestPlan(TestBuildDetails buildDetails) -
Uses of TestBuildDetails in com.atlassian.bamboo.testutils.deployments.projects
Methods in com.atlassian.bamboo.testutils.deployments.projects with parameters of type TestBuildDetails Modifier and Type Method Description static TestDeploymentProjectDetailsDeploymentProjectTestHelper. createSimpleTestDeploymentDetails(TestBuildDetails linkedPlan) -
Uses of TestBuildDetails in com.atlassian.bamboo.testutils.model
Methods in com.atlassian.bamboo.testutils.model that return TestBuildDetails Modifier and Type Method Description TestBuildDetailsTestStageDetails. getChain()TestBuildDetailsTestBuildDetails. getMaster()TestBuildDetailsTestBuildDetails. setManualBuild()TestBuildDetailsTestBuildDetails. setName(String name)TestBuildDetailsTestBuildDetails. setProject(ProjectDescriptor project)TestBuildDetailsTestBuildDetails. setTriggerInitialManualBuild(boolean triggerInitialManualBuild)Methods in com.atlassian.bamboo.testutils.model with parameters of type TestBuildDetails Modifier and Type Method Description static TestStageDetailsTestStageDetails. addNewStageTo(TestBuildDetails chain)voidTestJobDetails. setPlan(TestBuildDetails plan)Constructors in com.atlassian.bamboo.testutils.model with parameters of type TestBuildDetails Constructor Description TestBuildDetails(ProjectDescriptor project, String key, String name, @Nullable 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) -
Uses of TestBuildDetails in com.atlassian.bamboo.testutils.model.deployments.projects
Methods in com.atlassian.bamboo.testutils.model.deployments.projects with parameters of type TestBuildDetails Modifier and Type Method Description TestDeploymentProjectDetails.BuilderTestDeploymentProjectDetails.Builder. withPlan(TestBuildDetails planDetails) -
Uses of TestBuildDetails in com.atlassian.bamboo.testutils.rss
Methods in com.atlassian.bamboo.testutils.rss with parameters of type TestBuildDetails Modifier and Type Method Description static voidRssTestHelper. testNoAccessEmail(com.icegreen.greenmail.base.GreenMailOperations greenMail, String linkedRepositoryName, TestBuildDetails planDetails, boolean isNoAccessMsgPresent)
-