Package hudson.plugins.logparser
Class LogParserAction
java.lang.Object
hudson.plugins.logparser.LogParserAction
- All Implemented Interfaces:
Action
,ModelObject
,SimpleBuildStep.LastBuildAction
-
Constructor Summary
ConstructorDescriptionLogParserAction
(AbstractBuild<?, ?> build, LogParserResult result, boolean showGraphs) Deprecated.LogParserAction
(Run<?, ?> build, LogParserResult result, boolean showGraphs) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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) Run<?,
?> getOwner()
Collection<? extends Action>
static String
-
Constructor Details
-
LogParserAction
@Deprecated public LogParserAction(AbstractBuild<?, ?> build, LogParserResult result, boolean showGraphs) Deprecated. -
LogParserAction
-
-
Method Details
-
getProjectActions
- Specified by:
getProjectActions
in interfaceSimpleBuildStep.LastBuildAction
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
getUrlNameStat
-
getOwner
-
getResult
-
getPreviousAction
-
doDynamic
public void doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException, InterruptedException - Throws:
IOException
javax.servlet.ServletException
InterruptedException
-
doGraph
public void doGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException - Throws:
IOException
-
doGraphMap
public void doGraphMap(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException - Throws:
IOException
-