All Classes and Interfaces
Class
Description
Parses a single Java source file and collects every element that carries
the configured exclusion annotation.
Represents a single Java element that carries the exclusion annotation.
Classifies the kind of Java element that carries the exclusion annotation.
Writes an HTML report styled after Gradle's built-in test report.
DSL extension for the JaCoCo exclusion report plugin.
Gradle plugin that registers the
jacocoExclusionReport task and
wires it into the standard verification lifecycle.Gradle task that scans Java source files for the exclusion annotation and
writes HTML and XML reports to the configured output directory.
Writes a Surefire-compatible XML report so CI tools (Jenkins, GitLab, GitHub
Actions test-reporter) can display exclusions alongside normal test results.