public class PipelineConsoleViewAction extends AbstractPipelineViewAction
| Modifier and Type | Field and Description |
|---|---|
static long |
LOG_THRESHOLD |
api| 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() |
createJson, getGraph, getIconClassName, getIconFileName, getTreepublic static final long LOG_THRESHOLD
public 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–2022. All rights reserved.