Uses of Class
com.atlassian.bamboo.specs.api.model.plan.JobProperties
-
Packages that use JobProperties Package Description com.atlassian.bamboo.specs.api.builders.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.model.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.validators.plan 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 Modifier and Type Method Description protected JobPropertiesJob. build() -
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 JobProperties Modifier and Type Method Description @NotNull java.util.List<JobProperties>StageProperties. getJobs()Constructor parameters in com.atlassian.bamboo.specs.api.model.plan with type arguments of type JobProperties Constructor Description StageProperties(java.lang.String name, java.lang.String description, boolean manualStage, boolean finalStage, java.util.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 JobProperties Modifier and Type Method Description static @NotNull java.util.List<ValidationProblem>JobValidator. validate(@NotNull JobProperties jobProperties)
-