hudson.model
Class TextParameterValue

java.lang.Object
  extended by hudson.model.ParameterValue
      extended by hudson.model.StringParameterValue
          extended by hudson.model.TextParameterValue
All Implemented Interfaces:
Serializable

public class TextParameterValue
extends StringParameterValue

Author:
Rafa de la Torre
See Also:
Serialized Form

Field Summary
 
Fields inherited from class hudson.model.StringParameterValue
value
 
Fields inherited from class hudson.model.ParameterValue
name
 
Constructor Summary
TextParameterValue(String name, String value)
           
TextParameterValue(String name, String value, String description)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class hudson.model.StringParameterValue
buildEnvVars, createVariableResolver, equals, getShortDescription, hashCode
 
Methods inherited from class hudson.model.ParameterValue
buildEnvVars, createBuildWrapper, getAssignedLabel, getDefinition, getDescription, getName, isSensitive, setDescription
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextParameterValue

@DataBoundConstructor
public TextParameterValue(String name,
                                               String value)

TextParameterValue

public TextParameterValue(String name,
                          String value,
                          String description)
Method Detail

toString

public String toString()
Overrides:
toString in class StringParameterValue


Copyright © 2004-2013. All Rights Reserved.