Class FlowNodeViewColumnDescriptor
java.lang.Object
hudson.model.Descriptor<FlowNodeViewColumn>
org.jenkinsci.plugins.workflow.visualization.table.FlowNodeViewColumnDescriptor
- All Implemented Interfaces:
- ExtensionPoint,- Saveable,- Loadable,- OnMaster
public abstract class FlowNodeViewColumnDescriptor
extends Descriptor<FlowNodeViewColumn>
implements ExtensionPoint
- Author:
- Kohsuke Kawaguchi
- 
Nested Class SummaryNested classes/interfaces inherited from class hudson.model.DescriptorDescriptor.FormException, Descriptor.PropertyType, Descriptor.SelfNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Field SummaryFields inherited from class hudson.model.Descriptorclazz
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedprotectedFlowNodeViewColumnDescriptor(Class<? extends FlowNodeViewColumn> clazz) 
- 
Method SummaryModifier and TypeMethodDescriptionall()Deprecated.Don't use this method outside the core workflow plugins as we'll likely change this.static List<FlowNodeViewColumn>Deprecated.Don't use this method outside the core workflow plugins as we'll likely change this.Methods inherited from class hudson.model.DescriptoraddHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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
- 
Constructor Details- 
FlowNodeViewColumnDescriptor
- 
FlowNodeViewColumnDescriptorprotected FlowNodeViewColumnDescriptor()
 
- 
- 
Method Details- 
getDefaultInstanceDeprecated.Don't use this method outside the core workflow plugins as we'll likely change this.To enable rendering a table ofFlowNodewithout the user explicitly configuring columns, this method provides a default instance. If column requires some configuration and no sensible default instance exists, return null. When more columns get written, this concept will likely break down. Revisit this.
- 
all
- 
getDefaultInstancesDeprecated.Don't use this method outside the core workflow plugins as we'll likely change this.
 
-