hudson.plugins.jacoco.report
Class ClassReport
java.lang.Object
hudson.plugins.jacoco.model.CoverageObject<SELF>
hudson.plugins.jacoco.report.AbstractReport<PARENT,SELF>
hudson.plugins.jacoco.report.AggregatedReport<PackageReport,ClassReport,MethodReport>
hudson.plugins.jacoco.report.ClassReport
- All Implemented Interfaces:
- hudson.model.ModelObject
public final class ClassReport
- extends AggregatedReport<PackageReport,ClassReport,MethodReport>
- Author:
- Kohsuke Kawaguchi
| Fields inherited from class hudson.plugins.jacoco.model.CoverageObject |
branch, clazz, complexity, instruction, line, maxBranch, maxClazz, maxComplexity, maxCoveredBranch, maxCoveredClazz, maxCoveredComplexity, maxCoveredInstruction, maxCoveredLine, maxCoveredMethod, maxInstruction, maxLine, maxMethod, maxMissedBranch, maxMissedClazz, maxMissedComplexity, maxMissedInstruction, maxMissedLine, maxMissedMethod, method |
| Methods inherited from class hudson.plugins.jacoco.model.CoverageObject |
doGraph, getApi, getBranchCoverage, getClassCoverage, getComplexityScore, getInstructionCoverage, getLineCoverage, getMaxCoveredBranch, getMaxCoveredClazz, getMaxCoveredComplexity, getMaxCoveredInstruction, getMaxCoveredLine, getMaxCoveredMethod, getMaxMissedBranch, getMaxMissedClazz, getMaxMissedComplexity, getMaxMissedInstruction, getMaxMissedLine, getMaxMissedMethod, getMethodCoverage, hasClassCoverage, hasLineCoverage, isFailed, printFourCoverageColumns, printRatioCell, printRatioTable, setAllCovTypes, setCoverage, setMaxCoveredBranch, setMaxCoveredClazz, setMaxCoveredComplexity, setMaxCoveredInstruction, setMaxCoveredLine, setMaxCoveredMethod, setMaxMissedBranch, setMaxMissedClazz, setMaxMissedComplexity, setMaxMissedInstruction, setMaxMissedLine, setMaxMissedMethod |
buildURL
public String buildURL
ClassReport
public ClassReport()
setName
public void setName(String name)
- Overrides:
setName in class AbstractReport<PackageReport,ClassReport>
add
public void add(MethodReport child)
- Overrides:
add in class AggregatedReport<PackageReport,ClassReport,MethodReport>
toString
public String toString()
- Overrides:
toString in class CoverageObject<ClassReport>
Copyright © 2004-2013 Hudson. All Rights Reserved.