Klasse CoverageRecorder

java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Recorder
io.jenkins.plugins.coverage.metrics.steps.CoverageRecorder
Alle implementierten Schnittstellen:
ExtensionPoint, Describable<Publisher>, BuildStep

public class CoverageRecorder extends Recorder
A pipeline Step or Freestyle or Maven Recorder that reads and parses coverage results in a build and adds the results to the persisted build results.

Stores the created issues in a Node. This result is then attached to the build by registering a CoverageBuildAction.

Autor:
Ullrich Hafner