net.objectlab.qalab.m2
Class CoberturaChartMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
net.objectlab.qalab.m2.BuildStatChartMojo
net.objectlab.qalab.m2.CoberturaChartMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class CoberturaChartMojo
- extends BuildStatChartMojo
Goal which generates the QALab BuildStat chart.
- Author:
- Benoit Xhenseval
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class net.objectlab.qalab.m2.BuildStatChartMojo |
execute, getHeight, getMovingAverage, getQalabFile, getToDir, getTypes, getWidth, isQuiet, setHeight, setMovingAverage, setQalabFile, setQuiet, setToDir, setTypes, setWidth, setXAxisSummaryTitle, setXAxisTitle, setYAxisSummaryTitle, setYAxisTitle |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoberturaChartMojo
public CoberturaChartMojo()
getFilePrefix
public java.lang.String getFilePrefix()
- Overrides:
getFilePrefix
in class BuildStatChartMojo
- Returns:
- the filePrefix
setFilePrefix
public void setFilePrefix(java.lang.String filePrefix)
- Overrides:
setFilePrefix
in class BuildStatChartMojo
- Parameters:
filePrefix
- the filePrefix to set
isSummaryOnly
public boolean isSummaryOnly()
- Overrides:
isSummaryOnly
in class BuildStatChartMojo
- Returns:
- the summaryOnly
setSummaryOnly
public void setSummaryOnly(boolean summaryOnly)
- Overrides:
setSummaryOnly
in class BuildStatChartMojo
- Parameters:
summaryOnly
- the summaryOnly to set
getSummaryTypes
public java.lang.String getSummaryTypes()
- Overrides:
getSummaryTypes
in class BuildStatChartMojo
- Returns:
- the summaryTypes
setSummaryTypes
public void setSummaryTypes(java.lang.String summaryTypes)
- Overrides:
setSummaryTypes
in class BuildStatChartMojo
- Parameters:
summaryTypes
- the summaryTypes to set
Copyright © 2005-2006 ObjectLab Financial Ltd. All Rights Reserved.