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
-
Method Details
-
getLabel
Label getLabel() -
setLabel
-
getCount
int getCount() -
setCount
void setCount(int count)
-