Verwendungen von Enum
io.jenkins.plugins.coverage.metrics.steps.CoverageRecorder.ChecksAnnotationScope
Packages, die CoverageRecorder.ChecksAnnotationScope verwenden
Package
Beschreibung
New coverage model that tries to replace all the existing functionality with a more versatile model.
-
Verwendungen von CoverageRecorder.ChecksAnnotationScope in io.jenkins.plugins.coverage.metrics.steps
Methoden in io.jenkins.plugins.coverage.metrics.steps, die CoverageRecorder.ChecksAnnotationScope zurückgebenModifizierer und TypMethodeBeschreibungCoverageRecorder.getChecksAnnotationScope()
CoverageStep.getChecksAnnotationScope()
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.CoverageRecorder.ChecksAnnotationScope.values()
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.Methoden in io.jenkins.plugins.coverage.metrics.steps mit Parametern vom Typ CoverageRecorder.ChecksAnnotationScopeModifizierer und TypMethodeBeschreibungvoid
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.