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 Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
ModifierConstructorDescriptionprotected
protected
FlowNodeViewColumnDescriptor
(Class<? extends FlowNodeViewColumn> clazz) -
Method Summary
Modifier 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.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
FlowNodeViewColumnDescriptor
-
FlowNodeViewColumnDescriptor
protected FlowNodeViewColumnDescriptor()
-
-
Method Details
-
getDefaultInstance
Deprecated.Don't use this method outside the core workflow plugins as we'll likely change this.To enable rendering a table ofFlowNode
without 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
-
getDefaultInstances
Deprecated.Don't use this method outside the core workflow plugins as we'll likely change this.
-