public class LogParserAction extends Object implements hudson.model.Action
| Constructor and Description |
|---|
LogParserAction(hudson.model.AbstractBuild<?,?> build,
LogParserResult result)
Deprecated.
|
LogParserAction(hudson.model.Run<?,?> build,
LogParserResult result) |
| Modifier and Type | Method and Description |
|---|---|
void |
doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
void |
doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
void |
doGraphMap(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getDisplayName() |
String |
getIconFileName() |
hudson.model.Run<?,?> |
getOwner() |
LogParserAction |
getPreviousAction() |
LogParserResult |
getResult() |
String |
getUrlName() |
static String |
getUrlNameStat() |
@Deprecated public LogParserAction(hudson.model.AbstractBuild<?,?> build, LogParserResult result)
public LogParserAction(hudson.model.Run<?,?> build,
LogParserResult result)
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic static String getUrlNameStat()
public hudson.model.Run<?,?> getOwner()
public LogParserResult getResult()
public LogParserAction getPreviousAction()
public void doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException,
InterruptedException
IOExceptionjavax.servlet.ServletExceptionInterruptedExceptionpublic void doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
IOExceptionpublic void doGraphMap(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
IOExceptionCopyright © 2004–2015. All rights reserved.