Package hudson.plugins.logparser
Class LogParserPublisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Recorder
hudson.plugins.logparser.LogParserPublisher
- All Implemented Interfaces:
ExtensionPoint
,Describable<Publisher>
,BuildStep
,Serializable
,SimpleBuildStep
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.tasks.Publisher
Publisher.DescriptorExtensionListImpl
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
Nested classes/interfaces inherited from interface jenkins.tasks.SimpleBuildStep
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory
-
Field Summary
Modifier and TypeFieldDescriptionboolean
boolean
boolean
boolean
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
Constructor Summary
ConstructorDescriptionLogParserPublisher
(boolean useProjectRule, String projectRulePath, String parsingRulesPath) -
Method Summary
Modifier and TypeMethodDescriptionvoid
perform
(Run<?, ?> build, FilePath workspace, Launcher launcher, TaskListener listener) void
setFailBuildOnError
(boolean failBuildOnError) void
setShowGraphs
(boolean showGraphs) void
setUnstableOnWarning
(boolean unstableOnWarning) Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuild
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, perform, prebuild
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.tasks.BuildStep
getProjectAction, getProjectActions, perform, prebuild
Methods inherited from interface jenkins.tasks.SimpleBuildStep
perform, perform, requiresWorkspace
-
Field Details
-
unstableOnWarning
public boolean unstableOnWarning -
failBuildOnError
public boolean failBuildOnError -
showGraphs
public boolean showGraphs -
parsingRulesPath
-
useProjectRule
public boolean useProjectRule -
projectRulePath
-
-
Constructor Details
-
LogParserPublisher
-
-
Method Details
-
setUnstableOnWarning
@DataBoundSetter public void setUnstableOnWarning(boolean unstableOnWarning) -
setFailBuildOnError
@DataBoundSetter public void setFailBuildOnError(boolean failBuildOnError) -
setShowGraphs
@DataBoundSetter public void setShowGraphs(boolean showGraphs) -
perform
public void perform(Run<?, ?> build, FilePath workspace, Launcher launcher, TaskListener listener) throws InterruptedException, IOException- Specified by:
perform
in interfaceSimpleBuildStep
- Throws:
InterruptedException
IOException
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<Publisher>
- Overrides:
getDescriptor
in classRecorder
-
getRequiredMonitorService
- Specified by:
getRequiredMonitorService
in interfaceBuildStep
-
getParserRuleChoices
-