hudson.slaves
Class EnvironmentVariablesNodeProperty.Entry

java.lang.Object
  extended by hudson.slaves.EnvironmentVariablesNodeProperty.Entry
Enclosing class:
EnvironmentVariablesNodeProperty

public static class EnvironmentVariablesNodeProperty.Entry
extends Object


Field Summary
 String key
           
 String value
           
 
Constructor Summary
EnvironmentVariablesNodeProperty.Entry(String key, String value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public String key

value

public String value
Constructor Detail

EnvironmentVariablesNodeProperty.Entry

@DataBoundConstructor
public EnvironmentVariablesNodeProperty.Entry(String key,
                                                                   String value)


Copyright © 2004-2013. All Rights Reserved.