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
  • Constructor Details

    • FlowGraphTable

      public FlowGraphTable(@Nullable org.jenkinsci.plugins.workflow.flow.FlowExecution execution)
  • Method Details

    • getRows

      public List<FlowGraphTable.Row> getRows()
    • 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.