hudson.plugins.jacoco.report
Class PackageReport
java.lang.Object
hudson.plugins.jacoco.model.CoverageObject<SELF>
hudson.plugins.jacoco.report.AbstractReport<PARENT,SELF>
hudson.plugins.jacoco.report.AggregatedReport<CoverageReport,PackageReport,ClassReport>
hudson.plugins.jacoco.report.PackageReport
- All Implemented Interfaces:
- hudson.model.ModelObject
public final class PackageReport
- extends AggregatedReport<CoverageReport,PackageReport,ClassReport>
- Author:
- Kohsuke Kawaguchi, David Carver
| Fields inherited from class hudson.plugins.jacoco.model.CoverageObject |
branch, clazz, complexity, instruction, line, maxBranch, maxClazz, maxComplexity, maxInstruction, maxLine, maxMethod, method |
| Methods inherited from class hudson.plugins.jacoco.model.CoverageObject |
doGraph, getApi, getBranchCoverage, getClassCoverage, getComplexityScore, getInstructionCoverage, getLineCoverage, getMaxBranch, getMaxClazz, getMaxComplexity, getMaxInstruction, getMaxLine, getMaxMethod, getMethodCoverage, hasClassCoverage, hasLineCoverage, isFailed, printFourCoverageColumns, printRatioCell, printRatioTable, setAllCovTypes, setCoverage, setMaxBranch, setMaxClazz, setMaxComplexity, setMaxInstruction, setMaxLine, setMaxMethod, toString |
PackageReport
public PackageReport()
getName
public String getName()
- Give the default no-name package a non-empty name.
- Overrides:
getName in class AbstractReport<CoverageReport,PackageReport>
setName
public void setName(String name)
- Overrides:
setName in class AbstractReport<CoverageReport,PackageReport>
add
public void add(ClassReport child)
- Overrides:
add in class AggregatedReport<CoverageReport,PackageReport,ClassReport>
Copyright © 2004-2014 Hudson. All Rights Reserved.