org.jenkinsci.plugins.buildwithparameters
Class BuildParameter

java.lang.Object
  extended by org.jenkinsci.plugins.buildwithparameters.BuildParameter

public class BuildParameter
extends Object


Constructor Summary
BuildParameter(String name, String description)
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 String getValue()
           
 void setValue(hudson.model.ParameterValue parameterValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildParameter

public BuildParameter(String name,
                      String description)
Method Detail

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.