Uses of Class
com.atlassian.bamboo.testutils.backdoor.PlansControl
Package
Description
-
Uses of PlansControl in com.atlassian.bamboo.testutils.backdoor
Modifier and TypeMethodDescriptionPlansControl.addCreatedPlan
(PlanKey planKey) Register plan created outside backdoor, so it would be removed on cleanupPlansControl.addCustomRequirement
(@NotNull PlanKey jobKey, @NotNull String requirementKey) PlansControl.addPlanVariable
(PlanKey planKey, String variableName, String variableValue) PlansControl.createArtifact
(PlanKey producerJobKey, Consumer<TestArtifactDetails.Builder> consumer) PlansControl.deleteAllPlans()
Marks all top level plans as deleted.PlansControl.deleteAllPlansInProject
(String projectKey) Marks all top level plans within a project as deleted.PlansControl.deletePlan
(@NotNull PlanKey planKey) Delete planPlansControl.deletePlanQuietly
(@NotNull PlanKey planKey) Delete plan quietlyPlansControl.deletePlanVariable
(PlanKey planKey, String variableName) PlansControl.disablePlan
(@NotNull PlanKey planKey) Disable planPlansControl.enablePlan
(@NotNull PlanKey planKey) Enable planBackdoor.plans()
PlansControl.triggerBuild
(PlanKey planKey) Trigger buildPlansControl.triggerBuild
(PlanKey planKey, Map<String, String> params) Trigger buildPlansControl.triggerBuildAndAwaitCompletion
(PlanKey planKey) Trigger build and wait for the completionPlansControl.triggerBuildAndAwaitCompletion
(PlanKey planKey, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) Trigger build and wait for the completionPlansControl.triggerBuildAndAwaitFailure
(PlanKey planKey, int expectStatusCode) PlansControl.triggerBuildAndAwaitSuccess
(@NotNull PlanKey planKey) PlansControl.waitForCompletedBuild
(PlanKey planKey, int buildNumber) Waits for a build that is completed (builds stopped are not included)PlansControl.waitForCompletedBuild
(PlanKey planKey, int buildNumber, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout waitTimeout) PlansControl.waitForCompletedBuild
(PlanResultKey key) Wait for a build to completePlansControl.waitForCompletedBuild
(PlanResultKey key, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) PlansControl.waitForFailedBuild
(@NotNull PlanKey planKey, int buildNumber) PlansControl.waitForFailedBuild
(@NotNull PlanResultKey planResultKey) PlansControl.waitForFailedBuild
(@NotNull PlanResultKey planResultKey, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) 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.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.waitForSuccessfulBuild
(@NotNull PlanKey planKey, int buildNumber) PlansControl.waitForSuccessfulBuild
(@NotNull PlanResultKey planResultKey) PlansControl.waitForSuccessfulBuild
(@NotNull PlanResultKey planResultKey, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) -
Uses of PlansControl in com.atlassian.bamboo.testutils.backdoor.plans
Modifier and TypeMethodDescriptionTriggerPlanBuilder.triggerAndAwaitCompletion()
TriggerPlanBuilder.triggerAndAwaitSuccess()
-
Uses of PlansControl in com.atlassian.bamboo.testutils.junit.rule