hudson.plugins.jacoco.report
Class MethodReport
java.lang.Object
hudson.plugins.jacoco.model.CoverageObject<SELF>
hudson.plugins.jacoco.report.AbstractReport<PARENT,SELF>
hudson.plugins.jacoco.report.AggregatedReport<ClassReport,MethodReport,SourceFileReport>
hudson.plugins.jacoco.report.MethodReport
- All Implemented Interfaces:
- hudson.model.ModelObject
public final class MethodReport
- extends AggregatedReport<ClassReport,MethodReport,SourceFileReport>
- Author:
- Kohsuke Kawaguchi, David Carver, Ognjen Bubalo
| 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, hasLineCoverage, isFailed, printRatioCell, printRatioTable, setAllCovTypes, setCoverage, setMaxBranch, setMaxClazz, setMaxComplexity, setMaxInstruction, setMaxLine, setMaxMethod, toString |
MethodReport
public MethodReport()
printFourCoverageColumns
public String printFourCoverageColumns()
- Description copied from class:
CoverageObject
- Used in the view to print out four table columns with the coverage info.
- Overrides:
printFourCoverageColumns in class CoverageObject<MethodReport>
add
public void add(SourceFileReport child)
- Overrides:
add in class AggregatedReport<ClassReport,MethodReport,SourceFileReport>
hasClassCoverage
public boolean hasClassCoverage()
- Overrides:
hasClassCoverage in class CoverageObject<MethodReport>
setSrcFileInfo
public void setSrcFileInfo(org.jacoco.core.analysis.IMethodCoverage methodCov)
printHighlightedSrcFile
public void printHighlightedSrcFile(Writer output)
Copyright © 2004-2014 Hudson. All Rights Reserved.