Class FlowGraphTable


  • public class FlowGraphTable
    extends Object
    Data model behind the tree list view of a flow graph
    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • FlowGraphTable

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

      • 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.