Klasse IssuesAggregator

java.lang.Object
hudson.matrix.MatrixAggregator
io.jenkins.plugins.analysis.core.steps.IssuesAggregator
Alle implementierten Schnittstellen:
ExtensionPoint

public class IssuesAggregator extends hudson.matrix.MatrixAggregator
Aggregates the AnalysisResults of all ResultActions of several MatrixRuns into MatrixBuild.
Autor:
Ullrich Hafner
  • Konstruktordetails

    • IssuesAggregator

      public IssuesAggregator(hudson.matrix.MatrixBuild build, Launcher launcher, BuildListener listener, IssuesRecorder recorder)
      Creates a new instance of IssuesAggregator.
      Parameter:
      build - the associated matrix build
      launcher - the launcher to communicate with the build agent
      listener - the listener to log messages to
      recorder - the recorder that actually scans for issues and records the found issues
  • Methodendetails

    • endRun

      public boolean endRun(hudson.matrix.MatrixRun run)
      Setzt außer Kraft:
      endRun in Klasse hudson.matrix.MatrixAggregator
    • endBuild

      public boolean endBuild()
      Setzt außer Kraft:
      endBuild in Klasse hudson.matrix.MatrixAggregator