hudson.plugins.emma
Class MethodReport

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

public final class MethodReport
extends AbstractReport<ClassReport,MethodReport>

Author:
Kohsuke Kawaguchi

Constructor Summary
MethodReport()
           
 
Method Summary
 
Methods inherited from class hudson.plugins.emma.AbstractReport
addCoverage, getBuild, getDisplayName, getName, getParent, getPreviousResult, setName, setParent
 
Methods inherited from class hudson.plugins.emma.CoverageObject
doGraph, getApi, getBlockCoverage, getClassCoverage, getConditionCoverage, getLineCoverage, getMethodCoverage, hasClassCoverage, hasConditionCoverage, hasLineCoverage, isFailed, printFourCoverageColumns, printRatioCell, printRatioTable, setFailed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodReport

public MethodReport()


Copyright © 2004-2012 Hudson. All Rights Reserved.