Uses of Class
com.atlassian.bamboo.rest.model.plan.RestPlanConfig
Packages that use RestPlanConfig
Package
Description
-
Uses of RestPlanConfig in com.atlassian.bamboo.plugins.rest.plan
Fields in com.atlassian.bamboo.plugins.rest.plan declared as RestPlanConfigModifier and TypeFieldDescriptionstatic final RestPlanConfigPlanConfigResource.PLAN_CONFIGUsed for REST documentation generation.Methods in com.atlassian.bamboo.plugins.rest.plan that return RestPlanConfigModifier and TypeMethodDescription@NotNull RestPlanConfigPlanConversionFunction.apply(@NotNull ImmutableChain plan, @NotNull Expansion expansion, @NotNull jakarta.ws.rs.core.UriInfo uriInfo) PlanConfigResource.getPlan(String planKeyString, ExpansionParam expansion, jakarta.ws.rs.core.UriInfo uriInfo) Gets the details of a build plan configuration. -
Uses of RestPlanConfig in com.atlassian.bamboo.rest.model.plan
Methods in com.atlassian.bamboo.rest.model.plan that return RestPlanConfig -
Uses of RestPlanConfig in com.atlassian.bamboo.rest.model.plan.stage
Methods in com.atlassian.bamboo.rest.model.plan.stage that return RestPlanConfigMethods in com.atlassian.bamboo.rest.model.plan.stage with parameters of type RestPlanConfigModifier and TypeMethodDescriptionRestStage.Builder.plan(RestPlanConfig plan) voidRestStage.setPlan(RestPlanConfig plan)