|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CoverageObject | |
|---|---|
| hudson.plugins.jacoco | |
| hudson.plugins.jacoco.model | |
| hudson.plugins.jacoco.report | |
| Uses of CoverageObject in hudson.plugins.jacoco |
|---|
| Subclasses of CoverageObject in hudson.plugins.jacoco | |
|---|---|
class |
JacocoBuildAction
Build view extension by JaCoCo plugin. |
| Uses of CoverageObject in hudson.plugins.jacoco.model |
|---|
| Classes in hudson.plugins.jacoco.model with type parameters of type CoverageObject | |
|---|---|
class |
CoverageObject<SELF extends CoverageObject<SELF>>
Base class of all coverage objects. |
| Methods in hudson.plugins.jacoco.model that return CoverageObject | |
|---|---|
CoverageObject<?> |
CoverageObject.getParent()
|
| Uses of CoverageObject in hudson.plugins.jacoco.report |
|---|
| Classes in hudson.plugins.jacoco.report with type parameters of type CoverageObject | |
|---|---|
class |
AbstractReport<PARENT extends AggregatedReport<?,PARENT,?>,SELF extends CoverageObject<SELF>>
Base class of the coverage report tree, which maintains the details of the coverage report. |
| Subclasses of CoverageObject in hudson.plugins.jacoco.report | |
|---|---|
class |
AbstractReport<PARENT extends AggregatedReport<?,PARENT,?>,SELF extends CoverageObject<SELF>>
Base class of the coverage report tree, which maintains the details of the coverage report. |
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
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||