org.jenkinsci.plugins.buildwithparameters
Class BuildParameter
java.lang.Object
org.jenkinsci.plugins.buildwithparameters.BuildParameter
public class BuildParameter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildParameter
public BuildParameter(String name,
String description)
getName
public String getName()
getDescription
public String getDescription()
getValue
public String getValue()
setValue
public void setValue(hudson.model.ParameterValue parameterValue)
Copyright © 2004-2013. All Rights Reserved.