jenkins.plugins.parameter_separator
Class ParameterSeparatorValue

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

public class ParameterSeparatorValue
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
ParameterSeparatorValue(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

ParameterSeparatorValue

@DataBoundConstructor
public ParameterSeparatorValue(String name,
                                                    String value)


Copyright © 2004-2014. All Rights Reserved.