| Constructor and Description |
|---|
PipelineGraphViewAction(org.jenkinsci.plugins.workflow.job.WorkflowRun target) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
org.kohsuke.stapler.HttpResponse |
getGraph() |
String |
getIconClassName() |
String |
getIconFileName() |
String |
getUrlName() |
public PipelineGraphViewAction(org.jenkinsci.plugins.workflow.job.WorkflowRun target)
@GET
@WebMethod(name="graph")
public org.kohsuke.stapler.HttpResponse getGraph()
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–2021. All rights reserved.