public static class FlowGraphTable.Row extends Object
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
long |
getDurationMillis() |
String |
getDurationString() |
org.jenkinsci.plugins.workflow.graph.FlowNode |
getNode() |
long |
getStartTimeMillis() |
int |
getTreeDepth() |
boolean |
isExecuted() |
boolean |
isHasStartTime() |
boolean |
isStart() |
public org.jenkinsci.plugins.workflow.graph.FlowNode getNode()
public int getTreeDepth()
public String getDisplayName()
public boolean isHasStartTime()
public long getStartTimeMillis()
public long getDurationMillis()
public String getDurationString()
public boolean isStart()
public boolean isExecuted()
Copyright © 2016–2017. All rights reserved.