All Classes Class Summary Enum Summary
| Class |
Description |
| AbstractJaCoCoCoverageColumn |
Abstract view column to show the code coverage percentage
|
| AbstractReport<PARENT extends AggregatedReport<?,PARENT,?>,SELF extends CoverageObject<SELF>> |
Base class of the coverage report tree,
which maintains the details of the coverage report.
|
| AggregatedReport<PARENT extends AggregatedReport<?,PARENT,?>,SELF extends AggregatedReport<PARENT,SELF,CHILD>,CHILD extends AbstractReport<SELF,CHILD>> |
Reports that have children.
|
| BranchCoverageColumn |
View column that shows the code branch coverage percentage
|
| ClassReport |
|
| Constants |
Defines the variables with pre-defined values.
|
| Coverage |
Represents x/y where x=Coverage.missed and y=Coverage.covered.
|
| CoverageElement |
This is a transitive object used during the parsing, but not a part of
the final tree built.
|
| CoverageElement.Type |
Enumeration of coverage types that appear in a JaCoCo report.
|
| CoverageGraphLayout |
|
| CoverageObject<SELF extends CoverageObject<SELF>> |
Base class of all coverage objects.
|
| CoverageRange |
|
| CoverageReport |
Root object of the coverage report.
|
| ExecutionFileLoader |
|
| JacocoBuildAction |
Build view extension by JaCoCo plugin.
|
| JacocoBuilderGrid |
A portlet for JaCoCo Coverage results - Grid data.
|
| JacocoBuilderGrid.JacocoGridDescriptor |
Descriptor that will be shown on Dashboard Portlets view.
|
| JacocoBuilderTrendChart |
A portlet for JaCoCo coverage results - Trend Chart.
|
| JacocoBuilderTrendChart.DescriptorImpl |
Descriptor that will be shown on Dashboard Portlets view.
|
| JaCoCoColumn |
View column that shows the code line coverage percentage
|
| JacocoCoverageResultSummary |
Summary of the Jacoco Coverage result.
|
| JacocoDeltaCoverageResultSummary |
This class encapsulates actual delta coverage of current build.
|
| JacocoHealthReportDeltaThresholds |
This class encapsulates delta thresholds configured by the user.
|
| JacocoHealthReportThresholds |
|
| JacocoHealthReportThresholds.RESULT |
|
| JacocoLoadData |
Load data of JaCoCo coverage results used by chart or grid.
|
| JacocoProjectAction |
Project view extension by JaCoCo plugin.
|
| JacocoPublisher |
Publisher that captures jacoco coverage reports.
|
| JacocoPublisher.DescriptorImpl |
|
| JacocoReportDir |
Encapsulates the directory structure in $JENKINS_HOME where we store jacoco related files.
|
| LineCoveragePerSourceFileRule |
Flags a failure if the line coverage of a source file
goes below a certain threshold.
|
| Messages |
Generated localization support class.
|
| Messages |
Generated localization support class.
|
| MethodReport |
|
| ModuleInfo |
Deprecated. |
| PackageReport |
|
| Rule |
Rule object encapsulates the logic to mark CoverageObjects as "failed".
|
| SourceAnnotator |
Parses source file and annotates that with the coverage information.
|
| SourceFileReport |
|
| Utils |
Defines common methods that are used for the whole project.
|