public class PlanHelper extends Object
Constructor and Description |
---|
PlanHelper() |
Modifier and Type | Method and Description |
---|---|
PlanKey |
createBranch(TestBuildDetails plan,
String branchVcsName,
String branchName)
Deprecated.
since 5.10, use
PlansControl.createBranch(PlanKey, String, String) |
PlanKey |
createBranchManually(TestBuildDetails plan,
String branchVcsName,
String branchName)
Deprecated.
since 5.10, use
PlansControl.createBranch(PlanKey, String, String) |
ResultSummaryPage |
runPlanAndWaitForSuccessfulResult(PlanKey planKey)
Deprecated.
since 5.9, use backdoor.plans().triggerBuildAndAwaitSuccess(PlanKey)
|
void |
runPlanAndWaitForSuccessfulResult(PlanResultKey planResultKey)
Deprecated.
since 5.9, use backdoor.plans().triggerBuildAndAwaitSuccess(PlanKey)
|
void |
waitForSuccessfulResult(PlanResultKey planResultKey)
Deprecated.
since 5.9, use backdoor.plans().waitForSuccessfulBuild(PlanKey, int)
|
@Deprecated public PlanKey createBranch(@NotNull TestBuildDetails plan, @NotNull String branchVcsName, @NotNull String branchName)
PlansControl.createBranch(PlanKey, String, String)
@Deprecated public PlanKey createBranchManually(@NotNull TestBuildDetails plan, @NotNull String branchVcsName, @NotNull String branchName)
PlansControl.createBranch(PlanKey, String, String)
@Deprecated public ResultSummaryPage runPlanAndWaitForSuccessfulResult(@NotNull PlanKey planKey)
@Deprecated public void waitForSuccessfulResult(@NotNull PlanResultKey planResultKey)
@Deprecated public void runPlanAndWaitForSuccessfulResult(@NotNull PlanResultKey planResultKey)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.