public class PipelineConsoleViewAction extends AbstractPipelineViewAction
| Constructor and Description |
|---|
PipelineConsoleViewAction(org.jenkinsci.plugins.workflow.job.WorkflowRun target) |
| Modifier and Type | Method and Description |
|---|---|
void |
getConsoleOutput(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getDisplayName() |
void |
getSteps(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getUrlName() |
createGraph, getGraph, getIconClassName, getIconFileName, getTreepublic PipelineConsoleViewAction(org.jenkinsci.plugins.workflow.job.WorkflowRun target)
public String getDisplayName()
public String getUrlName()
@WebMethod(name="steps")
public void getSteps(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
IOException@WebMethod(name="consoleOutput")
public void getConsoleOutput(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
IOExceptionCopyright © 2016–2021. All rights reserved.