java.lang.Object
org.jenkinsci.plugins.workflow.support.visualization.table.FlowGraphTable
public class FlowGraphTable
extends Object
Data model behind the tree list view of a flow graph
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
FlowGraphTable(org.jenkinsci.plugins.workflow.flow.FlowExecution execution)
-
Method Summary
void
Builds the tabular view of a flow node graph.
List<org.jenkinsci.plugins.workflow.visualization.table.FlowNodeViewColumn>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FlowGraphTable
public FlowGraphTable(@Nullable
org.jenkinsci.plugins.workflow.flow.FlowExecution execution)
-
Method Details
-
-
getColumns
public List<org.jenkinsci.plugins.workflow.visualization.table.FlowNodeViewColumn> getColumns()
-
build
public void build()
Builds the tabular view of a flow node graph.
Leaving this outside the constructor to enable subtyping to tweak the behaviour.