hudson.plugins.rubyMetrics.rcov.model
Class RcovResult

java.lang.Object
  extended by hudson.plugins.rubyMetrics.rcov.model.RcovAbstractResult
      extended by hudson.plugins.rubyMetrics.rcov.model.RcovResult

public class RcovResult
extends RcovAbstractResult


Constructor Summary
RcovResult()
           
 
Method Summary
 void addFile(RcovFileResult file)
           
 RcovFileResult getFile(java.lang.String href)
           
 java.util.Collection<RcovFileResult> getFiles()
           
 org.jvnet.localizer.Localizable getHealthDescription(Targets metric)
           
 java.lang.String getRatio(Targets metric)
           
 java.lang.Float getRatioFloat(Targets metric)
           
 void setFiles(java.util.Collection<RcovFileResult> files)
           
 
Methods inherited from class hudson.plugins.rubyMetrics.rcov.model.RcovAbstractResult
getCodeCoverage, getCodeCoverageFloat, getCodeCoveredWidth, getCodeLines, getCodeLinesInteger, getCodeUncoveredWidth, getTotalCoverage, getTotalCoverageFloat, getTotalCoveredWidth, getTotalLines, getTotalLinesInteger, getTotalUncoveredWidth, setCodeCoverage, setCodeLines, setTotalCoverage, setTotalLines
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RcovResult

public RcovResult()
Method Detail

getFile

public RcovFileResult getFile(java.lang.String href)

getFiles

public java.util.Collection<RcovFileResult> getFiles()

setFiles

public void setFiles(java.util.Collection<RcovFileResult> files)

addFile

public void addFile(RcovFileResult file)

getRatioFloat

public java.lang.Float getRatioFloat(Targets metric)

getRatio

public java.lang.String getRatio(Targets metric)

getHealthDescription

public org.jvnet.localizer.Localizable getHealthDescription(Targets metric)


Copyright © 2009. All Rights Reserved.