Class Label
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<LabelProperties>
-
- com.atlassian.bamboo.specs.api.builders.label.Label
-
- Direct Known Subclasses:
EmptyLabelsList
public class Label extends EntityPropertiesBuilder<LabelProperties>
Represents a label which can be placed on various Bamboo entities such as plans.
-
-
Constructor Summary
Constructors Constructor Description Label(@NotNull java.lang.String name)Creates a label with given name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LabelPropertiesbuild()
-
-
-
Method Detail
-
build
protected LabelProperties build()
- Specified by:
buildin classEntityPropertiesBuilder<LabelProperties>
-
-