Uses of Class
com.atlassian.bamboo.testutils.backdoor.PlansControl
-
Packages that use PlansControl Package Description com.atlassian.bamboo.testutils.backdoor com.atlassian.bamboo.testutils.backdoor.plans com.atlassian.bamboo.testutils.junit.rule -
-
Uses of PlansControl in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor that return PlansControl Modifier and Type Method Description PlansControl
PlansControl. addCreatedPlan(PlanKey planKey)
Register plan created outside backdoor, so it would be removed on cleanupPlansControl
PlansControl. addCustomRequirement(@NotNull PlanKey jobKey, @NotNull String requirementKey)
PlansControl
PlansControl. addPlanVariable(PlanKey planKey, String variableName, String variableValue)
PlansControl
PlansControl. createArtifact(PlanKey producerJobKey, Consumer<TestArtifactDetails.Builder> consumer)
PlansControl
PlansControl. deleteAllPlans()
Marks all top level plans as deleted.PlansControl
PlansControl. deleteAllPlansInProject(String projectKey)
Marks all top level plans within a project as deleted.PlansControl
PlansControl. deletePlan(@NotNull PlanKey planKey)
Delete planPlansControl
PlansControl. deletePlanQuietly(@NotNull PlanKey planKey)
Delete plan quietlyPlansControl
PlansControl. deletePlanVariable(PlanKey planKey, String variableName)
PlansControl
PlansControl. disablePlan(@NotNull PlanKey planKey)
Disable planPlansControl
PlansControl. enablePlan(@NotNull PlanKey planKey)
Enable planPlansControl
Backdoor. plans()
PlansControl
PlansControl. triggerBuild(PlanKey planKey)
Trigger buildPlansControl
PlansControl. triggerBuild(PlanKey planKey, Map<String,String> params)
Trigger buildPlansControl
PlansControl. triggerBuildAndAwaitCompletion(PlanKey planKey)
Trigger build and wait for the completionPlansControl
PlansControl. triggerBuildAndAwaitCompletion(PlanKey planKey, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout)
Trigger build and wait for the completionPlansControl
PlansControl. triggerBuildAndAwaitFailure(PlanKey planKey, int expectStatusCode)
PlansControl
PlansControl. triggerBuildAndAwaitSuccess(@NotNull PlanKey planKey)
PlansControl
PlansControl. waitForCompletedBuild(PlanKey planKey, int buildNumber)
Waits for a build that is completed (builds stopped are not included)PlansControl
PlansControl. waitForCompletedBuild(PlanKey planKey, int buildNumber, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout waitTimeout)
PlansControl
PlansControl. waitForCompletedBuild(PlanResultKey key)
Wait for a build to completePlansControl
PlansControl. waitForCompletedBuild(PlanResultKey key, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout)
PlansControl
PlansControl. waitForFailedBuild(@NotNull PlanKey planKey, int buildNumber)
PlansControl
PlansControl. waitForFailedBuild(@NotNull PlanResultKey planResultKey)
PlansControl
PlansControl. waitForFailedBuild(@NotNull PlanResultKey planResultKey, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout)
PlansControl
PlansControl. waitForFinishedBuild(PlanKey planKey, int buildNumber)
Wait until build is finished (either completed or stopped)@NotNull PlansControl
PlansControl. waitForQueuedBuild(PlanResultKey key)
@NotNull PlansControl
PlansControl. waitForQueuedBuild(PlanResultKey key, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout)
@NotNull PlansControl
PlansControl. waitForQueuedOrStartedBuild(PlanResultKey key, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout)
PlansControl
PlansControl. waitForStartedBuild(PlanKey planKey, int buildNumber)
@NotNull PlansControl
PlansControl. waitForStartedBuild(PlanResultKey key)
@NotNull PlansControl
PlansControl. waitForStartedBuild(PlanResultKey key, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout)
PlansControl
PlansControl. waitForSuccessfulBuild(@NotNull PlanKey planKey, int buildNumber)
PlansControl
PlansControl. waitForSuccessfulBuild(@NotNull PlanResultKey planResultKey)
PlansControl
PlansControl. waitForSuccessfulBuild(@NotNull PlanResultKey planResultKey, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout)
-
Uses of PlansControl in com.atlassian.bamboo.testutils.backdoor.plans
Methods in com.atlassian.bamboo.testutils.backdoor.plans that return PlansControl Modifier and Type Method Description PlansControl
TriggerPlanBuilder. triggerAndAwaitCompletion()
PlansControl
TriggerPlanBuilder. triggerAndAwaitSuccess()
Constructors in com.atlassian.bamboo.testutils.backdoor.plans with parameters of type PlansControl Constructor Description TriggerPlanBuilder(PlansControl plansControl)
-
Uses of PlansControl in com.atlassian.bamboo.testutils.junit.rule
Methods in com.atlassian.bamboo.testutils.junit.rule that return PlansControl Modifier and Type Method Description PlansControl
BackdoorRule. plans()
-