alex.jenkins.plugins
Class FileSystemListParameterValue

java.lang.Object
  extended by hudson.model.ParameterValue
      extended by hudson.model.StringParameterValue
          extended by alex.jenkins.plugins.FileSystemListParameterValue
All Implemented Interfaces:
Serializable

public class FileSystemListParameterValue
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
FileSystemListParameterValue(String name, String value)
           
 
Method Summary
 
Methods inherited from class hudson.model.StringParameterValue
buildEnvVars, createVariableResolver, equals, getShortDescription, hashCode, toString
 
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

FileSystemListParameterValue

@DataBoundConstructor
public FileSystemListParameterValue(String name,
                                                         String value)


Copyright © 2004-2014. All Rights Reserved.