| Constructor and Description |
|---|
MultiPipelineGraphViewAction(org.jenkinsci.plugins.workflow.job.WorkflowJob target) |
| Modifier and Type | Method and Description |
|---|---|
protected net.sf.json.JSONObject |
createGraphJson(PipelineGraph pipelineGraph) |
protected net.sf.json.JSONArray |
createJson(List<PipelineRun> pipelineRuns) |
String |
getDisplayName() |
org.kohsuke.stapler.HttpResponse |
getGraph(org.kohsuke.stapler.StaplerRequest req) |
String |
getIconClassName() |
String |
getIconFileName() |
org.kohsuke.stapler.HttpResponse |
getRuns() |
String |
getUrlName() |
public MultiPipelineGraphViewAction(org.jenkinsci.plugins.workflow.job.WorkflowJob target)
@GET
@WebMethod(name="graph")
public org.kohsuke.stapler.HttpResponse getGraph(org.kohsuke.stapler.StaplerRequest req)
throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionprotected net.sf.json.JSONObject createGraphJson(PipelineGraph pipelineGraph) throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingException@GET
@WebMethod(name="runs")
public org.kohsuke.stapler.HttpResponse getRuns()
throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionprotected net.sf.json.JSONArray createJson(List<PipelineRun> pipelineRuns) throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionpublic String getIconFileName()
getIconFileName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic String getUrlName()
getUrlName in interface Actionpublic String getIconClassName()
getIconClassName in interface IconSpecCopyright © 2016–2022. All rights reserved.