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
-
-
Constructor Summary
Constructors Constructor Description IssuesAggregator(hudson.matrix.MatrixBuild build, Launcher launcher, BuildListener listener, IssuesRecorder recorder)
Creates a new instance ofIssuesAggregator
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
endBuild()
boolean
endRun(hudson.matrix.MatrixRun run)
-
-
-
Constructor Detail
-
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
-
-