Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
F
G
H
L
P
R
S
T
U
C
Chart
- Class in
uk.co.concise.maven.hdc.model
A chart with labels and data points.
Chart()
- Constructor for class uk.co.concise.maven.hdc.model.
Chart
ChartDao
- Class in
uk.co.concise.maven.hdc.dao
Data accessor object for charts.
ChartDao()
- Constructor for class uk.co.concise.maven.hdc.dao.
ChartDao
closeSession()
- Static method in class uk.co.concise.maven.hdc.dao.
HibernateUtil
Closes the session for the running thread.
configure(String, String, String, String, String)
- Static method in class uk.co.concise.maven.hdc.dao.
HibernateUtil
Configures hibernate programmatically.
configure()
- Method in class uk.co.concise.maven.hdc.
HibernatePlugin
Configures Hibernate.
createDataSet(Label)
- Method in class uk.co.concise.maven.hdc.report.
TimeChart
Creates the data set for a label.
currentSession()
- Static method in class uk.co.concise.maven.hdc.dao.
HibernateUtil
Returns a session for the calling thread.
F
findAll()
- Method in class uk.co.concise.maven.hdc.dao.
ChartDao
Returns all charts.
findByChart(Chart)
- Method in class uk.co.concise.maven.hdc.dao.
LabelDao
Returns all labels for a chart.
findByChartAndText(Chart, String)
- Method in class uk.co.concise.maven.hdc.dao.
LabelDao
Returns a label.
findByHeading(String)
- Method in class uk.co.concise.maven.hdc.dao.
ChartDao
Returns a chart with a certain heading.
G
getBuildResultFile()
- Method in class uk.co.concise.maven.
HistoricalDataCollector
Returns the file that contains build results to be collected.
getChart()
- Method in class uk.co.concise.maven.hdc.model.
Label
getDbDriverClass()
- Method in class uk.co.concise.maven.hdc.
HibernatePlugin
getDbHibernateDialect()
- Method in class uk.co.concise.maven.hdc.
HibernatePlugin
getDbPass()
- Method in class uk.co.concise.maven.hdc.
HibernatePlugin
getDbUrl()
- Method in class uk.co.concise.maven.hdc.
HibernatePlugin
getDbUser()
- Method in class uk.co.concise.maven.hdc.
HibernatePlugin
getHeading()
- Method in class uk.co.concise.maven.hdc.model.
Chart
The heading for this chart.
getHeading()
- Method in class uk.co.concise.maven.
HistoricalDataCollector
The heading for the chart.
getHeight()
- Method in class uk.co.concise.maven.hdc.report.
TimeChart
The height in pixels of the generated chart image.
getId()
- Method in class uk.co.concise.maven.hdc.model.
Chart
Returns the unique id.
getId()
- Method in class uk.co.concise.maven.hdc.model.
Label
Returns the unique id.
getId()
- Method in class uk.co.concise.maven.hdc.model.
Point
Returns the unique id.
getLabel()
- Method in class uk.co.concise.maven.hdc.model.
Point
getLabels()
- Method in class uk.co.concise.maven.hdc.model.
Chart
getLabelsToTrackXPath()
- Method in class uk.co.concise.maven.
HistoricalDataCollector
The XPath to the labels of the values that we track over time.
getPoints()
- Method in class uk.co.concise.maven.hdc.model.
Label
getReportDirectory()
- Method in class uk.co.concise.maven.hdc.report.
TimeChart
Returns the directory where report output should be saved.
getText()
- Method in class uk.co.concise.maven.hdc.model.
Label
The label text.
getTime()
- Method in class uk.co.concise.maven.hdc.model.
Point
The time for this point.
getValue()
- Method in class uk.co.concise.maven.hdc.model.
Point
The value for this point.
getValuesToTrackXPath()
- Method in class uk.co.concise.maven.
HistoricalDataCollector
Returns the XPath to the value that we are tracking over time.
getWidth()
- Method in class uk.co.concise.maven.hdc.report.
TimeChart
The width in pixels of the generated chart image.
H
handleHibernateException(Transaction, HibernateException)
- Static method in class uk.co.concise.maven.hdc.dao.
HibernateUtil
Handles if there is a hibernate exception during a transaction.
HibernatePlugin
- Class in
uk.co.concise.maven.hdc
Maven plugin that needs Hibernate configuration information.
HibernatePlugin()
- Constructor for class uk.co.concise.maven.hdc.
HibernatePlugin
HibernateUtil
- Class in
uk.co.concise.maven.hdc.dao
Super class for all our data accessor objects.
HibernateUtil()
- Constructor for class uk.co.concise.maven.hdc.dao.
HibernateUtil
HistoricalDataCollector
- Class in
uk.co.concise.maven
Collects historical data from build result files.
HistoricalDataCollector()
- Constructor for class uk.co.concise.maven.
HistoricalDataCollector
L
Label
- Class in
uk.co.concise.maven.hdc.model
A label in a chart.
Label()
- Constructor for class uk.co.concise.maven.hdc.model.
Label
LabelDao
- Class in
uk.co.concise.maven.hdc.dao
Data accessor object for labels.
LabelDao()
- Constructor for class uk.co.concise.maven.hdc.dao.
LabelDao
P
Point
- Class in
uk.co.concise.maven.hdc.model
A point for a label.
Point()
- Constructor for class uk.co.concise.maven.hdc.model.
Point
PointDao
- Class in
uk.co.concise.maven.hdc.dao
Data accessor object for points.
PointDao()
- Constructor for class uk.co.concise.maven.hdc.dao.
PointDao
R
run()
- Method in class uk.co.concise.maven.hdc.report.
TimeChart
Called from Maven.
run()
- Method in class uk.co.concise.maven.
HistoricalDataCollector
Called from Maven.
S
saveOrUpdateChart(Chart)
- Method in class uk.co.concise.maven.hdc.dao.
ChartDao
Persists a chart.
saveOrUpdateLabel(Label)
- Method in class uk.co.concise.maven.hdc.dao.
LabelDao
Persists a label or updates if it was already persisted.
saveOrUpdatePoint(Point)
- Method in class uk.co.concise.maven.hdc.dao.
PointDao
Persists a point or updates if it was already persisted.
session
- Static variable in class uk.co.concise.maven.hdc.dao.
HibernateUtil
setBuildResultFile(String)
- Method in class uk.co.concise.maven.
HistoricalDataCollector
Sets the file that contains build results to be collected.
setChart(Chart)
- Method in class uk.co.concise.maven.hdc.model.
Label
setDbDriverClass(String)
- Method in class uk.co.concise.maven.hdc.
HibernatePlugin
setDbHibernateDialect(String)
- Method in class uk.co.concise.maven.hdc.
HibernatePlugin
setDbPass(String)
- Method in class uk.co.concise.maven.hdc.
HibernatePlugin
setDbUrl(String)
- Method in class uk.co.concise.maven.hdc.
HibernatePlugin
setDbUser(String)
- Method in class uk.co.concise.maven.hdc.
HibernatePlugin
setHeading(String)
- Method in class uk.co.concise.maven.hdc.model.
Chart
The heading for this chart.
setHeading(String)
- Method in class uk.co.concise.maven.
HistoricalDataCollector
The heading for the chart.
setHeight(int)
- Method in class uk.co.concise.maven.hdc.report.
TimeChart
The height in pixels of the generated chart image.
setLabel(Label)
- Method in class uk.co.concise.maven.hdc.model.
Point
setLabels(Set)
- Method in class uk.co.concise.maven.hdc.model.
Chart
setLabelsToTrackXPath(String)
- Method in class uk.co.concise.maven.
HistoricalDataCollector
The XPath to the labels of the values that we track over time.
setPoints(Set)
- Method in class uk.co.concise.maven.hdc.model.
Label
setReportDirectory(String)
- Method in class uk.co.concise.maven.hdc.report.
TimeChart
Sets the directory where report output should be saved.
setText(String)
- Method in class uk.co.concise.maven.hdc.model.
Label
The label text.
setTime(Date)
- Method in class uk.co.concise.maven.hdc.model.
Point
The time for this point.
setValue(double)
- Method in class uk.co.concise.maven.hdc.model.
Point
The value for this point.
setValuesToTrackXPath(String)
- Method in class uk.co.concise.maven.
HistoricalDataCollector
Sets the XPath to the value that we are tracking over time.
setWidth(int)
- Method in class uk.co.concise.maven.hdc.report.
TimeChart
The width in pixels of the generated chart image.
T
TimeChart
- Class in
uk.co.concise.maven.hdc.report
Creates a set of historical charts and an xml file specifying which charts have been created.
TimeChart()
- Constructor for class uk.co.concise.maven.hdc.report.
TimeChart
Default construction, required by Jelly.
TimeChart(String, String, String, String, String, String, int, int)
- Constructor for class uk.co.concise.maven.hdc.report.
TimeChart
Constructor taking same parameters as are passed when this class is used as a tag.
U
uk.co.concise.maven
- package uk.co.concise.maven
uk.co.concise.maven.hdc
- package uk.co.concise.maven.hdc
uk.co.concise.maven.hdc.dao
- package uk.co.concise.maven.hdc.dao
uk.co.concise.maven.hdc.model
- package uk.co.concise.maven.hdc.model
uk.co.concise.maven.hdc.report
- package uk.co.concise.maven.hdc.report
C
F
G
H
L
P
R
S
T
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004-2005 Concise. All Rights Reserved.