Class FlowGraphTable.Row
java.lang.Object
org.jenkinsci.plugins.workflow.support.visualization.table.FlowGraphTable.Row
- Enclosing class:
- FlowGraphTable
-
Method Details
-
getNode
public org.jenkinsci.plugins.workflow.graph.FlowNode getNode() -
getTreeDepth
public int getTreeDepth() -
getDisplayName
-
isHasStartTime
public boolean isHasStartTime() -
getStartTimeMillis
public long getStartTimeMillis() -
getDurationMillis
public long getDurationMillis() -
getDurationString
-
isStart
public boolean isStart() -
isExecuted
public boolean isExecuted()
-