Uses of Class
com.atlassian.bamboo.specs.api.model.plan.JobProperties
Packages that use JobProperties
Package
Description
Plan, plan branches, stages and jobs.
Plan, plan branches, stages and jobs.
Validate plan and stage settings.
-
Uses of JobProperties in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan that return JobProperties -
Uses of JobProperties in com.atlassian.bamboo.specs.api.model.plan
Methods in com.atlassian.bamboo.specs.api.model.plan that return types with arguments of type JobPropertiesConstructor parameters in com.atlassian.bamboo.specs.api.model.plan with type arguments of type JobPropertiesModifierConstructorDescriptionStageProperties
(String name, String description, boolean manualStage, boolean finalStage, List<JobProperties> jobs) -
Uses of JobProperties in com.atlassian.bamboo.specs.api.validators.plan
Methods in com.atlassian.bamboo.specs.api.validators.plan with parameters of type JobPropertiesModifier and TypeMethodDescriptionstatic @NotNull List<ValidationProblem>
JobValidator.validate
(@NotNull JobProperties jobProperties)