Class FlowNodeLogExt

java.lang.Object
com.cloudbees.workflow.rest.external.FlowNodeLogExt

public class FlowNodeLogExt extends Object
Author:
tom.fennelly@gmail.com
  • Constructor Details

    • FlowNodeLogExt

      public FlowNodeLogExt()
  • Method Details

    • 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)