Class DisableResumeJobProperty.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<JobProperty<?>>
hudson.model.JobPropertyDescriptor
jenkins.model.OptionalJobProperty.OptionalJobPropertyDescriptor
org.jenkinsci.plugins.workflow.job.properties.DisableResumeJobProperty.DescriptorImpl
- All Implemented Interfaces:
ExtensionPoint,Saveable,Loadable,OnMaster,org.jenkinsci.plugins.workflow.flow.DurabilityHintProvider
- Enclosing class:
- DisableResumeJobProperty
@Extension
@Symbol("disableResume")
public static class DisableResumeJobProperty.DescriptorImpl
extends OptionalJobProperty.OptionalJobPropertyDescriptor
implements org.jenkinsci.plugins.workflow.flow.DurabilityHintProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.SelfNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintordinal()org.jenkinsci.plugins.workflow.flow.FlowDurabilityHintsuggestFor(Item x) Methods inherited from class jenkins.model.OptionalJobProperty.OptionalJobPropertyDescriptor
newInstance, newInstanceMethods inherited from class hudson.model.JobPropertyDescriptor
all, getPropertyDescriptors, isApplicableMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, 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, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<JobProperty<?>>
-
ordinal
public int ordinal()- Specified by:
ordinalin interfaceorg.jenkinsci.plugins.workflow.flow.DurabilityHintProvider
-
suggestFor
@CheckForNull public org.jenkinsci.plugins.workflow.flow.FlowDurabilityHint suggestFor(@NonNull Item x) - Specified by:
suggestForin interfaceorg.jenkinsci.plugins.workflow.flow.DurabilityHintProvider
-