Uses of Class
com.atlassian.bamboo.specs.api.model.label.LabelProperties
-
Packages that use LabelProperties Package Description com.atlassian.bamboo.specs.api.builders.label Bamboo labels support.com.atlassian.bamboo.specs.api.model.label Bamboo labels support.com.atlassian.bamboo.specs.api.model.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.codegen.emitters.plan Various implementations ofCodeEmitterwhich are used for convertingPlan-related settings model into Java. -
-
Uses of LabelProperties in com.atlassian.bamboo.specs.api.builders.label
Methods in com.atlassian.bamboo.specs.api.builders.label that return LabelProperties Modifier and Type Method Description protected LabelPropertiesLabel. build() -
Uses of LabelProperties in com.atlassian.bamboo.specs.api.model.label
Subclasses of LabelProperties in com.atlassian.bamboo.specs.api.model.label Modifier and Type Class Description classEmptyLabelsListPropertiesDeprecated. -
Uses of LabelProperties in com.atlassian.bamboo.specs.api.model.plan
Methods in com.atlassian.bamboo.specs.api.model.plan that return types with arguments of type LabelProperties Modifier and Type Method Description @NotNull java.util.List<LabelProperties>PlanProperties. getLabels() -
Uses of LabelProperties in com.atlassian.bamboo.specs.codegen.emitters.plan
Method parameters in com.atlassian.bamboo.specs.codegen.emitters.plan with type arguments of type LabelProperties Modifier and Type Method Description @NotNull java.lang.StringPlanLabelsEmitter. emitCode(@NotNull CodeGenerationContext context, @NotNull java.lang.Iterable<LabelProperties> value)
-