public abstract class AbstractPipelineViewAction extends Object implements Action, IconSpec
| Constructor and Description |
|---|
AbstractPipelineViewAction(org.jenkinsci.plugins.workflow.job.WorkflowRun target) |
| Modifier and Type | Method and Description |
|---|---|
protected net.sf.json.JSONObject |
createGraph(PipelineGraph pipelineGraph) |
org.kohsuke.stapler.HttpResponse |
getGraph() |
String |
getIconClassName() |
String |
getIconFileName() |
org.kohsuke.stapler.HttpResponse |
getTree() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDisplayName, getUrlNamepublic AbstractPipelineViewAction(org.jenkinsci.plugins.workflow.job.WorkflowRun target)
protected net.sf.json.JSONObject createGraph(PipelineGraph pipelineGraph) throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingException@GET
@WebMethod(name="graph")
public org.kohsuke.stapler.HttpResponse getGraph()
throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingException@WebMethod(name="tree")
public org.kohsuke.stapler.HttpResponse getTree()
throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionpublic String getIconFileName()
getIconFileName in interface Actionpublic String getIconClassName()
getIconClassName in interface IconSpecCopyright © 2016–2021. All rights reserved.