hudson.plugins.jacoco.report
Class SourceFileReport
java.lang.Object
hudson.plugins.jacoco.model.CoverageObject<SELF>
hudson.plugins.jacoco.report.AbstractReport<MethodReport,SourceFileReport>
hudson.plugins.jacoco.report.SourceFileReport
- All Implemented Interfaces:
- hudson.model.ModelObject
public final class SourceFileReport
- extends AbstractReport<MethodReport,SourceFileReport>
- 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, setFailed, setMaxBranch, setMaxClazz, setMaxComplexity, setMaxInstruction, setMaxLine, setMaxMethod, toString |
SourceFileReport
public SourceFileReport()
setName
public void setName(String name)
- Overrides:
setName in class AbstractReport<MethodReport,SourceFileReport>
Copyright © 2004-2014 Hudson. All Rights Reserved.