Class TriggerPlanBuilder
- java.lang.Object
-
- com.atlassian.bamboo.testutils.backdoor.plans.TriggerPlanBuilder
-
public class TriggerPlanBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description TriggerPlanBuilder(PlansControl plansControl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlansControl
triggerAndAwaitCompletion()
PlansControl
triggerAndAwaitSuccess()
TriggerPlanBuilder
withCustomRevision(@NotNull String customRevision)
TriggerPlanBuilder
withPlan(@NotNull PlanKey planKey)
TriggerPlanBuilder
withTimeout(com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout)
-
-
-
Constructor Detail
-
TriggerPlanBuilder
public TriggerPlanBuilder(PlansControl plansControl)
-
-
Method Detail
-
withPlan
public TriggerPlanBuilder withPlan(@NotNull @NotNull PlanKey planKey)
-
withCustomRevision
public TriggerPlanBuilder withCustomRevision(@NotNull @NotNull String customRevision)
-
withTimeout
public TriggerPlanBuilder withTimeout(@NotNull com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout)
-
triggerAndAwaitCompletion
public PlansControl triggerAndAwaitCompletion()
-
triggerAndAwaitSuccess
public PlansControl triggerAndAwaitSuccess()
-
-