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. -
-
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 List<LabelProperties>PlanProperties. getLabels()
-