com.atlassian.bamboo.repository
Class NameValuePair

java.lang.Object
  extended by com.atlassian.bamboo.repository.NameValuePair

public class NameValuePair
extends Object

This class containd a name value pair, such as Repository specific change detection mechanism.


Constructor Summary
NameValuePair(String name, String label)
           
 
Method Summary
 String getLabel()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameValuePair

public NameValuePair(String name,
                     String label)
Method Detail

getName

public String getName()

getLabel

public String getLabel()


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.