com.xebialabs.deployit.ci
Class NameValuePair

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<NameValuePair>
      extended by com.xebialabs.deployit.ci.NameValuePair
All Implemented Interfaces:
hudson.model.Describable<NameValuePair>

public class NameValuePair
extends hudson.model.AbstractDescribableImpl<NameValuePair>


Nested Class Summary
static class NameValuePair.NameValuePairDescriptor
           
 
Field Summary
 java.lang.String propertyName
           
 java.lang.String propertyValue
           
 
Constructor Summary
NameValuePair(java.lang.String propertyName, java.lang.String propertyValue)
           
 
Method Summary
 
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyName

public java.lang.String propertyName

propertyValue

public java.lang.String propertyValue
Constructor Detail

NameValuePair

@DataBoundConstructor
public NameValuePair(java.lang.String propertyName,
                                          java.lang.String propertyValue)