|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.co.concise.maven.hdc.HibernatePlugin uk.co.concise.maven.HistoricalDataCollector
public class HistoricalDataCollector
Collects historical data from build result files.
Constructor Summary | |
---|---|
HistoricalDataCollector()
|
Method Summary | |
---|---|
java.lang.String |
getBuildResultFile()
Returns the file that contains build results to be collected. |
java.lang.String |
getHeading()
The heading for the chart. |
java.lang.String |
getLabelsToTrackXPath()
The XPath to the labels of the values that we track over time. |
java.lang.String |
getValuesToTrackXPath()
Returns the XPath to the value that we are tracking over time. |
void |
run()
Called from Maven. |
void |
setBuildResultFile(java.lang.String buildResultFile)
Sets the file that contains build results to be collected. |
void |
setHeading(java.lang.String heading)
The heading for the chart. |
void |
setLabelsToTrackXPath(java.lang.String labelsToTrackXPath)
The XPath to the labels of the values that we track over time. |
void |
setValuesToTrackXPath(java.lang.String valueToTrackXPath)
Sets the XPath to the value that we are tracking over time. |
Methods inherited from class uk.co.concise.maven.hdc.HibernatePlugin |
---|
configure, getDbDriverClass, getDbHibernateDialect, getDbPass, getDbUrl, getDbUser, setDbDriverClass, setDbHibernateDialect, setDbPass, setDbUrl, setDbUser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HistoricalDataCollector()
Method Detail |
---|
public void run() throws java.lang.Exception
java.lang.Exception
- for Maven to handle.public java.lang.String getBuildResultFile()
public void setBuildResultFile(java.lang.String buildResultFile)
buildResultFile
- The buildResultFile to set.public java.lang.String getValuesToTrackXPath()
public void setValuesToTrackXPath(java.lang.String valueToTrackXPath)
valueToTrackXPath
- The valueToTrackXPath to set.public java.lang.String getHeading()
public void setHeading(java.lang.String heading)
heading
- The heading to set.public java.lang.String getLabelsToTrackXPath()
public void setLabelsToTrackXPath(java.lang.String labelsToTrackXPath)
labelsToTrackXPath
- The labelsToTrackXPath to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |