Package com.atlassian.bamboo.labels
Interface LabelCount
-
- All Known Implementing Classes:
LabelCountImpl
public interface LabelCount
A 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 int
getCount()
Label
getLabel()
void
setCount(int count)
void
setLabel(Label label)
-