com.cwctravel.hudson.plugins.extended_choice_parameter
Class ExtendedChoiceParameterValue

java.lang.Object
  extended by hudson.model.ParameterValue
      extended by hudson.model.StringParameterValue
          extended by com.cwctravel.hudson.plugins.extended_choice_parameter.ExtendedChoiceParameterValue
All Implemented Interfaces:
java.io.Serializable

public class ExtendedChoiceParameterValue
extends hudson.model.StringParameterValue

See Also:
Serialized Form

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

Constructor Detail

ExtendedChoiceParameterValue

@DataBoundConstructor
public ExtendedChoiceParameterValue(java.lang.String name,
                                                         java.lang.String value)


Copyright © 2010. All Rights Reserved.