Class FlowNodeLogExt

    • Constructor Detail

      • FlowNodeLogExt

        public FlowNodeLogExt()
    • Method Detail

      • getNodeId

        public String getNodeId()
      • setNodeId

        public void setNodeId​(String nodeId)
      • getNodeStatus

        public StatusExt getNodeStatus()
      • setNodeStatus

        public void setNodeStatus​(StatusExt nodeStatus)
      • getLength

        public long getLength()
      • setLength

        public void setLength​(long length)
      • isHasMore

        public boolean isHasMore()
      • setHasMore

        public void setHasMore​(boolean hasMore)
      • getText

        public String getText()
      • setText

        public void setText​(String text)
      • getConsoleUrl

        public String getConsoleUrl()
      • setConsoleUrl

        public void setConsoleUrl​(String consoleUrl)
      • create

        public static FlowNodeLogExt create​(org.jenkinsci.plugins.workflow.graph.FlowNode node)