Class GlobalDefaultFlowDurabilityLevel
java.lang.Object
hudson.model.AbstractDescribableImpl<GlobalDefaultFlowDurabilityLevel>
org.jenkinsci.plugins.workflow.flow.GlobalDefaultFlowDurabilityLevel
- All Implemented Interfaces:
- Describable<GlobalDefaultFlowDurabilityLevel>
public class GlobalDefaultFlowDurabilityLevel
extends AbstractDescribableImpl<GlobalDefaultFlowDurabilityLevel>
Supports a global default durability level for users
- Author:
- Sam Van Oort
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final FlowDurabilityHintCurrently suggested durability level for pipelines.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.DescribablegetDescriptor
- 
Field Details- 
SUGGESTED_DURABILITY_HINTCurrently suggested durability level for pipelines.
 
- 
- 
Constructor Details- 
GlobalDefaultFlowDurabilityLevelpublic GlobalDefaultFlowDurabilityLevel()
 
- 
- 
Method Details- 
getDefaultDurabilityHint
 
-