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

Method Detail

getLabel

Label getLabel()

setLabel

void setLabel(Label label)

getCount

int getCount()

setCount

void setCount(int count)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.