Class CoverageReporter
java.lang.Object
com.parasoft.findings.jenkins.coverage.api.metrics.steps.CoverageReporter
Transforms the old model to the new model and invokes all steps that work on the new model. Currently, only the
source code painting and copying has been moved to this new reporter class.
- Author:
- Ullrich Hafner
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionpublishAction
(String id, String icon, Node rootNode, Run<?, ?> build, FilePath workspace, TaskListener listener, String configRefJob, String configRefBuild, List<CoverageQualityGate> qualityGates, String sourceCodeEncoding, io.jenkins.plugins.util.ResultHandler resultHandler, FilteredLogChain logChain)
-
Constructor Details
-
CoverageReporter
public CoverageReporter()
-
-
Method Details
-
publishAction
public CoverageBuildAction publishAction(String id, String icon, Node rootNode, Run<?, ?> build, FilePath workspace, TaskListener listener, String configRefJob, String configRefBuild, List<CoverageQualityGate> qualityGates, String sourceCodeEncoding, io.jenkins.plugins.util.ResultHandler resultHandler, FilteredLogChain logChain) throws InterruptedException- Throws:
InterruptedException
-