hudson.plugins.rubyMetrics.rcov.model
Class RcovFileResult

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

public class RcovFileResult
extends RcovAbstractResult


Constructor Summary
RcovFileResult()
           
 
Method Summary
 java.lang.String getHref()
           
 java.lang.String getName()
           
 java.lang.String getSourceCode()
           
 void setHref(java.lang.String href)
           
 void setName(java.lang.String name)
           
 void setSourceCode(java.lang.String sourceCode)
           
 
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

RcovFileResult

public RcovFileResult()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getHref

public java.lang.String getHref()

setHref

public void setHref(java.lang.String href)

getSourceCode

public java.lang.String getSourceCode()

setSourceCode

public void setSourceCode(java.lang.String sourceCode)


Copyright © 2008. All Rights Reserved.