Package com.atlassian.bamboo.labels
Interface LabelCount
-
- All Known Implementing Classes:
LabelCountImpl
public interface LabelCountA simple object type that has the label and the count that matches that label
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCount()LabelgetLabel()voidsetCount(int count)voidsetLabel(Label label)
-