public class TriggerPlanBuilder extends Object
Constructor and Description |
---|
TriggerPlanBuilder(PlansControl plansControl) |
Modifier and Type | Method and Description |
---|---|
PlansControl |
triggerAndAwaitCompletion() |
PlansControl |
triggerAndAwaitSuccess() |
TriggerPlanBuilder |
withCustomRevision(String customRevision) |
TriggerPlanBuilder |
withPlan(PlanKey planKey) |
TriggerPlanBuilder |
withTimeout(com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) |
public TriggerPlanBuilder(PlansControl plansControl)
public TriggerPlanBuilder withPlan(@NotNull PlanKey planKey)
public TriggerPlanBuilder withCustomRevision(@NotNull String customRevision)
public TriggerPlanBuilder withTimeout(@NotNull com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout)
public PlansControl triggerAndAwaitCompletion()
public PlansControl triggerAndAwaitSuccess()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.