Uses of Enum Class
io.jenkins.plugins.coverage.metrics.steps.CoverageRecorder.ChecksAnnotationScope
Packages that use CoverageRecorder.ChecksAnnotationScope
Package
Description
New coverage model that tries to replace all the existing functionality with a more versatile model.
-
Uses of CoverageRecorder.ChecksAnnotationScope in io.jenkins.plugins.coverage.metrics.steps
Methods in io.jenkins.plugins.coverage.metrics.steps that return CoverageRecorder.ChecksAnnotationScopeModifier and TypeMethodDescriptionCoverageRecorder.getChecksAnnotationScope()
CoverageStep.getChecksAnnotationScope()
Returns the enum constant of this class with the specified name.CoverageRecorder.ChecksAnnotationScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.jenkins.plugins.coverage.metrics.steps with parameters of type CoverageRecorder.ChecksAnnotationScopeModifier and TypeMethodDescriptionvoid
CoverageRecorder.setChecksAnnotationScope
(CoverageRecorder.ChecksAnnotationScope checksAnnotationScope) Sets the scope of the annotations that should be published to SCM checks.void
CoverageStep.setChecksAnnotationScope
(CoverageRecorder.ChecksAnnotationScope checksAnnotationScope) Sets the scope of the annotations that should be published to SCM checks.