Class Log
- java.lang.Object
-
- com.cloudbees.workflow.rest.endpoints.flownode.Log
-
public class Log extends Object
FlowNode
"log" endpoint.- Author:
- tom.fennelly@gmail.com
-
-
Constructor Summary
Constructors Constructor Description Log()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FlowNodeLogExt
get(org.jenkinsci.plugins.workflow.graph.FlowNode node)
static String
getUrl(org.jenkinsci.plugins.workflow.graph.FlowNode node)
-
-
-
Method Detail
-
getUrl
public static String getUrl(org.jenkinsci.plugins.workflow.graph.FlowNode node)
-
get
public static FlowNodeLogExt get(org.jenkinsci.plugins.workflow.graph.FlowNode node)
-
-