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, 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 |
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>
setSrcFileInfo
public void setSrcFileInfo(org.jacoco.core.analysis.IClassCoverage classCov,
String sourceFilePath)
getSourceFilePath
public File getSourceFilePath()
- Read the source Java file for this class.
printHighlightedSrcFile
public void printHighlightedSrcFile(Writer output)
toString
public String toString()
- Overrides:
toString in class CoverageObject<ClassReport>
Copyright © 2004-2014 Hudson. All Rights Reserved.