Class PlanHelper
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.helpers.PlanHelper
-
public class PlanHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description PlanHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PlanKeycreateBranch(@NotNull TestBuildDetails plan, @NotNull String branchVcsName, @NotNull String branchName)Deprecated.since 5.10, usePlansControl.createBranch(PlanKey, String, String)PlanKeycreateBranchManually(@NotNull TestBuildDetails plan, @NotNull String branchVcsName, @NotNull String branchName)Deprecated.since 5.10, usePlansControl.createBranch(PlanKey, String, String)ResultSummaryPagerunPlanAndWaitForSuccessfulResult(@NotNull PlanKey planKey)Deprecated.since 5.9, use backdoor.plans().triggerBuildAndAwaitSuccess(PlanKey)voidrunPlanAndWaitForSuccessfulResult(@NotNull PlanResultKey planResultKey)Deprecated.since 5.9, use backdoor.plans().triggerBuildAndAwaitSuccess(PlanKey)voidwaitForSuccessfulResult(@NotNull PlanResultKey planResultKey)Deprecated.since 5.9, use backdoor.plans().waitForSuccessfulBuild(PlanKey, int)
-
-
-
Method Detail
-
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 public void waitForSuccessfulResult(@NotNull @NotNull PlanResultKey planResultKey)
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)
-
-