Uses of Class
com.atlassian.bamboo.specs.api.model.plan.PlanProperties
-
Packages that use PlanProperties Package Description com.atlassian.bamboo.specs.api.builders.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.validators.plan Validate plan and stage settings. -
-
Uses of PlanProperties in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan that return PlanProperties Modifier and Type Method Description protected PlanPropertiesPlan. build() -
Uses of PlanProperties in com.atlassian.bamboo.specs.api.validators.plan
Methods in com.atlassian.bamboo.specs.api.validators.plan with parameters of type PlanProperties Modifier and Type Method Description static @NotNull java.util.List<ValidationProblem>PlanValidator. validate(@NotNull PlanProperties planProperties)
-