Uses of Class
hudson.plugins.jacoco.report.AbstractReport
-
Packages that use AbstractReport Package Description hudson.plugins.jacoco.model hudson.plugins.jacoco.report -
-
Uses of AbstractReport in hudson.plugins.jacoco.model
Methods in hudson.plugins.jacoco.model with parameters of type AbstractReport Modifier and Type Method Description void
CoverageElement. addTo(AbstractReport<?,?> report)
abstract Coverage
CoverageElement.Type. getAssociatedRatio(AbstractReport<?,?> from)
Returns the ratio object on the given report that tracks this type of coverage. -
Uses of AbstractReport in hudson.plugins.jacoco.report
Classes in hudson.plugins.jacoco.report with type parameters of type AbstractReport Modifier and Type Class Description class
AggregatedReport<PARENT extends AggregatedReport<?,PARENT,?>,SELF extends AggregatedReport<PARENT,SELF,CHILD>,CHILD extends AbstractReport<SELF,CHILD>>
Reports that have children.Subclasses of AbstractReport in hudson.plugins.jacoco.report Modifier and Type Class Description class
AggregatedReport<PARENT extends AggregatedReport<?,PARENT,?>,SELF extends AggregatedReport<PARENT,SELF,CHILD>,CHILD extends AbstractReport<SELF,CHILD>>
Reports that have children.class
ClassReport
class
CoverageReport
Root object of the coverage report.class
MethodReport
class
PackageReport
class
SourceFileReport
-