Class FlowNodeLogExt
java.lang.Object
com.cloudbees.workflow.rest.external.FlowNodeLogExt
- Author:
- tom.fennelly@gmail.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FlowNodeLogExt
create
(org.jenkinsci.plugins.workflow.graph.FlowNode node) long
getText()
boolean
void
setConsoleUrl
(String consoleUrl) void
setHasMore
(boolean hasMore) void
setLength
(long length) void
void
setNodeStatus
(StatusExt nodeStatus) void
-
Constructor Details
-
FlowNodeLogExt
public FlowNodeLogExt()
-
-
Method Details
-
getNodeId
-
setNodeId
-
getNodeStatus
-
setNodeStatus
-
getLength
public long getLength() -
setLength
public void setLength(long length) -
isHasMore
public boolean isHasMore() -
setHasMore
public void setHasMore(boolean hasMore) -
getText
-
setText
-
getConsoleUrl
-
setConsoleUrl
-
create
-