Class IssuesAggregator
java.lang.Object
hudson.matrix.MatrixAggregator
io.jenkins.plugins.analysis.core.steps.IssuesAggregator
- All Implemented Interfaces:
ExtensionPoint
public class IssuesAggregator
extends hudson.matrix.MatrixAggregator
- Author:
- Ullrich Hafner
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.matrix.MatrixAggregator
build, launcher, listener
-
Constructor Summary
ConstructorDescriptionIssuesAggregator
(hudson.matrix.MatrixBuild build, Launcher launcher, BuildListener listener, IssuesRecorder recorder) Creates a new instance ofIssuesAggregator
. -
Method Summary
Methods inherited from class hudson.matrix.MatrixAggregator
startBuild
-
Constructor Details
-
IssuesAggregator
public IssuesAggregator(hudson.matrix.MatrixBuild build, Launcher launcher, BuildListener listener, IssuesRecorder recorder) Creates a new instance ofIssuesAggregator
.- Parameters:
build
- the associated matrix buildlauncher
- the launcher to communicate with the build agentlistener
- the listener to log messages torecorder
- the recorder that actually scans for issues and records the found issues
-
-
Method Details
-
endRun
public boolean endRun(hudson.matrix.MatrixRun run) - Overrides:
endRun
in classhudson.matrix.MatrixAggregator
-
endBuild
public boolean endBuild()- Overrides:
endBuild
in classhudson.matrix.MatrixAggregator
-