Uses of Class
com.atlassian.bamboo.testutils.backdoor.model.RestPlan
-
-
Uses of RestPlan in com.atlassian.bamboo.plugins.testutils.rest.resource.plan
Methods in com.atlassian.bamboo.plugins.testutils.rest.resource.plan with parameters of type RestPlan Modifier and Type Method Description javax.ws.rs.core.Response
PlanResource. createPlan(RestPlan restPlan, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
Create plan. -
Uses of RestPlan in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor that return RestPlan Modifier and Type Method Description RestPlan
PlansControl. clonePlan(PlanKey planKeyToClone, PlanKey newPlanKey)
Clone plan -
Uses of RestPlan in com.atlassian.bamboo.testutils.backdoor.model
Fields in com.atlassian.bamboo.testutils.backdoor.model declared as RestPlan Modifier and Type Field Description protected RestPlan
Result. plan
-
Uses of RestPlan in com.atlassian.bamboo.testutils.backdoor.plans
Methods in com.atlassian.bamboo.testutils.backdoor.plans that return RestPlan Modifier and Type Method Description static RestPlan
RestPlanHelper. newRestPlan(TestBuildDetails buildDetails)
-