public abstract class AbstractReportGenerator extends Object implements BugzillaReportGenerator
| Constructor and Description |
|---|
AbstractReportGenerator() |
| Modifier and Type | Method and Description |
|---|---|
protected Session |
getBugzillaSession()
Returns the current Bugzilla session object.
|
String |
getMaximumBugzillaVersion()
Returns the maximum Bugzilla version this session supports.
|
String |
getMinimumBugzillaVersion()
Returns the minimum Bugzilla version this session supports.
|
void |
init(org.apache.commons.configuration.Configuration config)
Configures the file report.
|
void |
prepareReport()
Prepares a new report.
|
void |
setBugzillaSession(Session bugzillaSession)
Sets the current Session object used.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseReport, registerBugpublic void init(org.apache.commons.configuration.Configuration config)
throws org.apache.commons.configuration.ConfigurationException
init in interface BugzillaReportGeneratorconfig - - the configuration objectorg.apache.commons.configuration.ConfigurationException - - when a configuration problem occurspublic String getMaximumBugzillaVersion()
getMaximumBugzillaVersion in interface BugzillaReportGeneratorpublic String getMinimumBugzillaVersion()
getMinimumBugzillaVersion in interface BugzillaReportGeneratorpublic void prepareReport()
prepareReport in interface BugzillaReportGeneratorprotected Session getBugzillaSession()
public void setBugzillaSession(Session bugzillaSession)
setBugzillaSession in interface BugzillaReportGeneratorbugzillaSession - - the current session objectCopyright © 2012. All Rights Reserved.