public class FlowGraphTable extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FlowGraphTable.Row |
Constructor and Description |
---|
FlowGraphTable(org.jenkinsci.plugins.workflow.flow.FlowExecution execution) |
Modifier and Type | Method and Description |
---|---|
void |
build()
Builds the tabular view of a flow node graph.
|
List<org.jenkinsci.plugins.workflow.visualization.table.FlowNodeViewColumn> |
getColumns() |
List<FlowGraphTable.Row> |
getRows() |
public FlowGraphTable(@Nullable org.jenkinsci.plugins.workflow.flow.FlowExecution execution)
public List<FlowGraphTable.Row> getRows()
public List<org.jenkinsci.plugins.workflow.visualization.table.FlowNodeViewColumn> getColumns()
public void build()
Copyright © 2016–2017. All rights reserved.