Class ParameterSeparatorDefinition.ParameterSeparatorDescriptor
java.lang.Object
hudson.model.Descriptor<ParameterDefinition>
hudson.model.ParameterDefinition.ParameterDescriptor
jenkins.plugins.parameter_separator.ParameterSeparatorDefinition.ParameterSeparatorDescriptor
- All Implemented Interfaces:
PersistentDescriptor
,Saveable
,Loadable
,OnMaster
- Enclosing class:
- ParameterSeparatorDefinition
@Extension
@Symbol("separator")
public static class ParameterSeparatorDefinition.ParameterSeparatorDescriptor
extends ParameterDefinition.ParameterDescriptor
implements PersistentDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
configure
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) org.kohsuke.stapler.HttpResponse
void
setGlobalSectionHeaderStyle
(String globalSectionHeaderStyle) void
setGlobalSeparatorStyle
(String globalSeparatorStyle) Methods inherited from class hudson.model.ParameterDefinition.ParameterDescriptor
getValuePage
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.model.PersistentDescriptor
load
-
Constructor Details
-
ParameterSeparatorDescriptor
public ParameterSeparatorDescriptor()
-
-
Method Details
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) throws Descriptor.FormException - Overrides:
configure
in classDescriptor<ParameterDefinition>
- Throws:
Descriptor.FormException
-
getDisplayName
- Overrides:
getDisplayName
in classParameterDefinition.ParameterDescriptor
-
getGlobalSeparatorStyle
-
setGlobalSeparatorStyle
-
getGlobalSectionHeaderStyle
-
setGlobalSectionHeaderStyle
-
doPreview
public org.kohsuke.stapler.HttpResponse doPreview(@QueryParameter String text, @QueryParameter String separatorStyle, @QueryParameter String sectionHeaderStyle) throws IOException - Throws:
IOException
-