Package hudson.plugins.logparser
Class LogParserAction
java.lang.Object
hudson.plugins.logparser.LogParserAction
- All Implemented Interfaces:
Action,ModelObject,SimpleBuildStep.LastBuildAction
-
Constructor Summary
ConstructorsConstructorDescriptionLogParserAction(AbstractBuild<?, ?> build, LogParserResult result, boolean showGraphs) Deprecated.LogParserAction(Run<?, ?> build, LogParserResult result, boolean showGraphs) -
Method Summary
Modifier and TypeMethodDescriptionvoiddoDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) voiddoGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) voiddoGraphMap(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:
getProjectActionsin interfaceSimpleBuildStep.LastBuildAction
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein 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:
IOExceptionjavax.servlet.ServletExceptionInterruptedException
-
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
-