hudson.plugins.jacoco.report
Class SourceFileReport

java.lang.Object
  extended by hudson.plugins.jacoco.model.CoverageObject<SELF>
      extended by hudson.plugins.jacoco.report.AbstractReport<MethodReport,SourceFileReport>
          extended by hudson.plugins.jacoco.report.SourceFileReport
All Implemented Interfaces:
hudson.model.ModelObject

public final class SourceFileReport
extends AbstractReport<MethodReport,SourceFileReport>

Author:
Kohsuke Kawaguchi

Field Summary
 
Fields inherited from class hudson.plugins.jacoco.model.CoverageObject
branch, clazz, complexity, instruction, line, maxBranch, maxClazz, maxComplexity, maxInstruction, maxLine, maxMethod, method
 
Constructor Summary
SourceFileReport()
           
 
Method Summary
 void setName(String name)
           
 
Methods inherited from class hudson.plugins.jacoco.report.AbstractReport
addCoverage, getBuild, getDisplayName, getName, getParent, getPreviousResult, setParent
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceFileReport

public SourceFileReport()
Method Detail

setName

public void setName(String name)
Overrides:
setName in class AbstractReport<MethodReport,SourceFileReport>


Copyright © 2004-2014 Hudson. All Rights Reserved.