Class FlowGraphTable.Row

    • Method Detail

      • getNode

        public org.jenkinsci.plugins.workflow.graph.FlowNode getNode()
      • getTreeDepth

        public int getTreeDepth()
      • getDisplayName

        public String getDisplayName()
      • isHasStartTime

        public boolean isHasStartTime()
      • getStartTimeMillis

        public long getStartTimeMillis()
      • getDurationMillis

        public long getDurationMillis()
      • getDurationString

        public String getDurationString()
      • isStart

        public boolean isStart()
      • isExecuted

        public boolean isExecuted()