Package com.atlassian.bamboo.repository
Class NameValuePair
- java.lang.Object
-
- com.atlassian.bamboo.repository.NameValuePair
-
public class NameValuePair extends Object
This class contains a name value pair, such as Repository specific change detection mechanism.
-
-
Constructor Summary
Constructors Constructor Description NameValuePair(String name, String label)
NameValuePair(String name, String label, String value)
NameValuePair(String name, String label, String value, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getLabel()
String
getName()
String
getValue()
-