jenkins.plugins.parameter_separator
Class ParameterSeparatorDefinition

java.lang.Object
  extended by hudson.model.ParameterDefinition
      extended by jenkins.plugins.parameter_separator.ParameterSeparatorDefinition
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.ParameterDefinition>, Serializable

public class ParameterSeparatorDefinition
extends hudson.model.ParameterDefinition

See Also:
Serialized Form

Nested Class Summary
static class ParameterSeparatorDefinition.ParameterSeparatorDescriptor
           
 
Nested classes/interfaces inherited from class hudson.model.ParameterDefinition
hudson.model.ParameterDefinition.ParameterDescriptor
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.ParameterDefinition
LIST
 
Constructor Summary
ParameterSeparatorDefinition(String name)
           
 
Method Summary
 hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest request)
           
 hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest request, net.sf.json.JSONObject jObj)
           
 hudson.model.ParameterValue getDefaultParameterValue()
           
 ParameterSeparatorDefinition.ParameterSeparatorDescriptor getDescriptor()
           
 String getSeparator()
           
 
Methods inherited from class hudson.model.ParameterDefinition
all, copyWithDefaultValue, createValue, getDescription, getFormattedDescription, getName, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterSeparatorDefinition

@DataBoundConstructor
public ParameterSeparatorDefinition(String name)
Method Detail

getDefaultParameterValue

public hudson.model.ParameterValue getDefaultParameterValue()
Overrides:
getDefaultParameterValue in class hudson.model.ParameterDefinition

createValue

public hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest request)
Specified by:
createValue in class hudson.model.ParameterDefinition

createValue

public hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest request,
                                               net.sf.json.JSONObject jObj)
Specified by:
createValue in class hudson.model.ParameterDefinition

getSeparator

public String getSeparator()

getDescriptor

public ParameterSeparatorDefinition.ParameterSeparatorDescriptor getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<hudson.model.ParameterDefinition>
Overrides:
getDescriptor in class hudson.model.ParameterDefinition


Copyright © 2004-2014. All Rights Reserved.