Class GlobalDefaultFlowDurabilityLevel.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<GlobalDefaultFlowDurabilityLevel>
org.jenkinsci.plugins.workflow.flow.GlobalDefaultFlowDurabilityLevel.DescriptorImpl
- Enclosing class:
- GlobalDefaultFlowDurabilityLevel
@Extension
public static class GlobalDefaultFlowDurabilityLevel.DescriptorImpl
extends Descriptor<GlobalDefaultFlowDurabilityLevel>
-
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.StaplerRequest req, net.sf.json.JSONObject json) doCheckDurabilityHint
(String durabilityHint) void
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<GlobalDefaultFlowDurabilityLevel>
-
getDurabilityHint
-
setDurabilityHint
-
doCheckDurabilityHint
public FormValidation doCheckDurabilityHint(@QueryParameter("durabilityHint") String durabilityHint) -
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) - Overrides:
configure
in classDescriptor<GlobalDefaultFlowDurabilityLevel>
-
doFillDurabilityHintItems
-
getRequiredGlobalConfigPagePermission
- Overrides:
getRequiredGlobalConfigPagePermission
in classDescriptor<GlobalDefaultFlowDurabilityLevel>
-