Uses of Class
com.atlassian.bamboo.testutils.backdoor.model.RestTrigger
-
-
Uses of RestTrigger in com.atlassian.bamboo.plugins.testutils.rest.resource.plan
Methods in com.atlassian.bamboo.plugins.testutils.rest.resource.plan that return types with arguments of type RestTrigger Modifier and Type Method Description List<RestTrigger>
PlanResource. getTriggers(String planKey)
-
Uses of RestTrigger in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor that return types with arguments of type RestTrigger Modifier and Type Method Description @NotNull List<RestTrigger>
PlansControl. getTriggers(@NotNull PlanKey planKey)
-
Uses of RestTrigger in com.atlassian.bamboo.testutils.backdoor.model
Methods in com.atlassian.bamboo.testutils.backdoor.model that return types with arguments of type RestTrigger Modifier and Type Method Description List<RestTrigger>
RestPlan. getTriggers()
Methods in com.atlassian.bamboo.testutils.backdoor.model with parameters of type RestTrigger Modifier and Type Method Description void
RestPlan. addTrigger(RestTrigger trigger)
Method parameters in com.atlassian.bamboo.testutils.backdoor.model with type arguments of type RestTrigger Modifier and Type Method Description void
RestPlan. setTriggers(List<RestTrigger> triggers)
-
Uses of RestTrigger in com.atlassian.bamboo.testutils.backdoor.model.deployment
Methods in com.atlassian.bamboo.testutils.backdoor.model.deployment that return types with arguments of type RestTrigger Modifier and Type Method Description List<RestTrigger>
RestEnvironment. getTriggers()
-