Package hudson.plugins.logparser
Class LogParserBuildStep
java.lang.Object
hudson.plugins.logparser.LogParserBuildStep
- All Implemented Interfaces:
BuildStep
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
-
Field Summary
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetProjectAction
(AbstractProject<?, ?> project) Collection<? extends Action>
getProjectActions
(AbstractProject<?, ?> project) boolean
perform
(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) boolean
prebuild
(AbstractBuild<?, ?> build, BuildListener listener)
-
Constructor Details
-
LogParserBuildStep
public LogParserBuildStep()
-
-
Method Details
-
prebuild
-
perform
public boolean perform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException- Specified by:
perform
in interfaceBuildStep
- Throws:
InterruptedException
IOException
-
getRequiredMonitorService
- Specified by:
getRequiredMonitorService
in interfaceBuildStep
-
getProjectAction
- Specified by:
getProjectAction
in interfaceBuildStep
-
getProjectActions
- Specified by:
getProjectActions
in interfaceBuildStep
-