Uses of Class
com.atlassian.bamboo.testutils.backdoor.plans.PlanExecutionLatch.Builder
-
Packages that use PlanExecutionLatch.Builder Package Description com.atlassian.bamboo.testutils.backdoor.plans -
-
Uses of PlanExecutionLatch.Builder in com.atlassian.bamboo.testutils.backdoor.plans
Methods in com.atlassian.bamboo.testutils.backdoor.plans that return PlanExecutionLatch.Builder Modifier and Type Method Description static PlanExecutionLatch.Builder
PlanExecutionLatch. builder()
PlanExecutionLatch.Builder
PlanExecutionLatch.Builder. withImmediateExecutions(int... immediateExecutions)
Execute these builds immediately without waiting for aPlanExecutionLatch.releaseExecution(int)
PlanExecutionLatch.Builder
PlanExecutionLatch.Builder. withTimeout(Duration timeout)
When build will finish because of timeout
-