org.codehaus.mojo.dashboard.report.plugin.beans
Class CloverReportBean
java.lang.Object
org.codehaus.mojo.dashboard.report.plugin.beans.AbstractReportBean
org.codehaus.mojo.dashboard.report.plugin.beans.CloverReportBean
- All Implemented Interfaces:
- java.lang.Cloneable, IDashBoardReportBean
public class CloverReportBean
- extends AbstractReportBean
- Author:
- Matthew Beermann
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloverReportBean
public CloverReportBean()
- Construct a new CloverReportBean against the given project.
CloverReportBean
public CloverReportBean(java.util.Date dateGeneration)
- Parameters:
dateGeneration -
getConditionals
public int getConditionals()
- Returns:
- the conditionals
getConditionalsLabel
public java.lang.String getConditionalsLabel()
- Returns:
- a formatted version of the conditionals
setConditionals
public void setConditionals(int conditionals)
- Parameters:
conditionals - the conditionals to set
getCoveredConditionals
public int getCoveredConditionals()
- Returns:
- the coveredConditionals
setCoveredConditionals
public void setCoveredConditionals(int coveredConditionals)
- Parameters:
coveredConditionals - the coveredConditionals to set
getCoveredElements
public int getCoveredElements()
- Returns:
- the coveredElements
setCoveredElements
public void setCoveredElements(int coveredElements)
- Parameters:
coveredElements - the coveredElements to set
getCoveredMethods
public int getCoveredMethods()
- Returns:
- the coveredMethods
setCoveredMethods
public void setCoveredMethods(int coveredMethods)
- Parameters:
coveredMethods - the coveredMethods to set
getCoveredStatements
public int getCoveredStatements()
- Returns:
- the coveredStatements
setCoveredStatements
public void setCoveredStatements(int coveredStatements)
- Parameters:
coveredStatements - the coveredStatements to set
getElements
public int getElements()
- Returns:
- the elements
getElementsLabel
public java.lang.String getElementsLabel()
- Returns:
- a formatted version of the elements
setElements
public void setElements(int elements)
- Parameters:
elements - the elements to set
getMethods
public int getMethods()
- Returns:
- the methods
getMethodsLabel
public java.lang.String getMethodsLabel()
- Returns:
- a formatted version of the methods
setMethods
public void setMethods(int methods)
- Parameters:
methods - the methods to set
getStatements
public int getStatements()
- Returns:
- the statements
getStatementsLabel
public java.lang.String getStatementsLabel()
- Returns:
- a formatted version of the statements
setStatements
public void setStatements(int statements)
- Parameters:
statements - the statements to set
merge
public void merge(IDashBoardReportBean dashboardReport)
- Parameters:
dashboardReport -
Copyright © 2006-2009 CodeHaus. All Rights Reserved.