Klasse CoverageStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
io.jenkins.plugins.coverage.metrics.steps.CoverageStep
Alle implementierten Schnittstellen:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>, Serializable

public class CoverageStep extends org.jenkinsci.plugins.workflow.steps.Step implements Serializable
A pipeline Step that reads and parses coverage results in a build and adds the results to the persisted build results. This step only provides the entry point for pipelines, the actual computation is delegated to an associated Freestyle CoverageRecorder instance.
Autor:
Ullrich Hafner
Siehe auch: