org.jenkinsci.plugins.utils
Class Param
java.lang.Object
org.jenkinsci.plugins.utils.Param
public class Param
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Param
public Param()
Param
public Param(String n,
String v,
String t)
setName
public void setName(String n)
getName
public String getName()
setValue
public void setValue(String v)
getValue
public String getValue()
setType
public void setType(String t)
getType
public String getType()
Copyright © 2004-2014. All Rights Reserved.