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 PlanKey
createBranch(@NotNull TestBuildDetails plan, @NotNull String branchVcsName, @NotNull String branchName)
Deprecated.since 5.10, usePlansControl.createBranch(PlanKey, String, String)
PlanKey
createBranchManually(@NotNull TestBuildDetails plan, @NotNull String branchVcsName, @NotNull String branchName)
Deprecated.since 5.10, usePlansControl.createBranch(PlanKey, String, String)
ResultSummaryPage
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)
-
-
-
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)
-
-