com.atlassian.jira.plugin.report.Report |
Known Indirect Subclasses
AbstractChartReport,
AbstractReport,
AverageAgeReport,
CreatedVsResolvedReport,
DeveloperWorkloadReport,
PieReport,
RecentlyCreatedReport,
ReferenceReport,
ResolutionTimeReport,
SingleLevelGroupByReport,
TimeSinceReport,
TimeTrackingReport
|
Clients of @PublicSpi
can expect
that programs compiled against a given version will remain binary compatible with later versions of the
@PublicSpi
as per each product's API policy (clients should refer to each product's API policy for
the exact guarantee -- usually binary compatibility is guaranteed at least across minor versions).
@PublicSpi
interfaces and classes are specifically designed to be implemented/extended by clients.
Hence, the guarantee of binary compatibility is different to that of @PublicApi
elements (if an element
is both @PublicApi
and @PublicSpi
, both guarantees apply).
The interface for pluggable reports within JIRA.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Generate the report's Excel HTML - usually from the Velocity resource named "excel".
| |||||||||||
Generate the report's HTML - usually from the Velocity resource named "html".
| |||||||||||
Initialise this report, given the report's module descriptor.
| |||||||||||
Whether or not this report has an Excel view.
| |||||||||||
Whether or not to show this report at the current state of the system.
| |||||||||||
Validate the parameters passed to this report from the UI.
|
Generate the report's Excel HTML - usually from the Velocity resource named "excel".
Exception |
---|
Generate the report's HTML - usually from the Velocity resource named "html".
Exception |
---|
Initialise this report, given the report's module descriptor.
This method is run immediately after the report is constructed.
Whether or not this report has an Excel view.
Whether or not to show this report at the current state of the system.
Validate the parameters passed to this report from the UI.
Any errors should be added to the action errors.