org.jenkinsci.plugins.scriptler.config
Class Parameter
java.lang.Object
org.jenkinsci.plugins.scriptler.config.Parameter
- All Implemented Interfaces:
- Serializable
public class Parameter
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
value
public String value
Parameter
public Parameter()
Parameter
public Parameter(String name,
String value)
getName
public String getName()
getValue
public String getValue()
setName
public void setName(String name)
setValue
public void setValue(String value)
Copyright © 2010-2012. All Rights Reserved.