Class PlanHelper
java.lang.Object
com.atlassian.bamboo.pageobjects.helpers.PlanHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateBranch
(@NotNull TestBuildDetails plan, @NotNull String branchVcsName, @NotNull String branchName) Deprecated.createBranchManually
(@NotNull TestBuildDetails plan, @NotNull String branchVcsName, @NotNull String branchName) Deprecated.since 5.10, usePlansControl.createBranch(PlanKey, String, String)
runPlanAndWaitForSuccessfulResult
(@NotNull PlanKey planKey) Deprecated.since 5.9, use backdoor.plans().triggerBuildAndAwaitSuccess(PlanKey)void
runPlanAndWaitForSuccessfulResult
(@NotNull PlanResultKey planResultKey) Deprecated.since 5.9, use backdoor.plans().triggerBuildAndAwaitSuccess(PlanKey)void
waitForSuccessfulResult
(@NotNull PlanResultKey planResultKey) Deprecated.since 5.9, use backdoor.plans().waitForSuccessfulBuild(PlanKey, int)
-
Constructor Details
-
PlanHelper
public PlanHelper()
-
-
Method Details
-
createBranch
@Deprecated public PlanKey createBranch(@NotNull @NotNull TestBuildDetails plan, @NotNull @NotNull String branchVcsName, @NotNull @NotNull String branchName) Deprecated.since 5.10, usePlansControl.createBranch(PlanKey, String, String)
Create branch relying on vcs branch names provided by Bamboo. Be warned that Bamboo caches existing vcs branches. -
createBranchManually
@Deprecated public PlanKey createBranchManually(@NotNull @NotNull TestBuildDetails plan, @NotNull @NotNull String branchVcsName, @NotNull @NotNull String branchName) Deprecated.since 5.10, usePlansControl.createBranch(PlanKey, String, String)
Create branch using "manual" option -
runPlanAndWaitForSuccessfulResult
@Deprecated public ResultSummaryPage runPlanAndWaitForSuccessfulResult(@NotNull @NotNull PlanKey planKey) Deprecated.since 5.9, use backdoor.plans().triggerBuildAndAwaitSuccess(PlanKey) -
waitForSuccessfulResult
Deprecated.since 5.9, use backdoor.plans().waitForSuccessfulBuild(PlanKey, int) -
runPlanAndWaitForSuccessfulResult
@Deprecated public void runPlanAndWaitForSuccessfulResult(@NotNull @NotNull PlanResultKey planResultKey) Deprecated.since 5.9, use backdoor.plans().triggerBuildAndAwaitSuccess(PlanKey)
-
PlansControl.createBranch(PlanKey, String, String)