java.lang.Object | |
↳ | com.atlassian.jira.plugin.report.impl.AbstractReport |
Known Direct Subclasses
AbstractChartReport,
DeveloperWorkloadReport,
ReferenceReport,
SingleLevelGroupByReport,
TimeTrackingReport
|
Known Indirect Subclasses
AverageAgeReport,
CreatedVsResolvedReport,
PieReport,
RecentlyCreatedReport,
ResolutionTimeReport,
TimeSinceReport
|
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).
Nested Classes | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AbstractReport.MutableLong | This utility class is much like an AtomicLong, but it does not have the thread-safety guarantees and overhead of that class. |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
descriptor |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
By default, will throw an UnsuppportedOperationException as reports don't support Excel by default.
| |||||||||||
Initialise this report, given the report's module descriptor.
| |||||||||||
By default, reports do not have an Excel view.
| |||||||||||
Whether or not to show this report in the interface.
| |||||||||||
Validate the parameters passed to this report from the UI.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||||||||
From interface
com.atlassian.jira.plugin.report.Report
|
By default, will throw an UnsuppportedOperationException as reports don't support Excel by default.
Exception |
---|
Initialise this report, given the report's module descriptor.
This method is run immediately after the report is constructed.
By default, reports do not have an Excel view.
Whether or not to show this report in the interface. The default is "true".
Validate the parameters passed to this report from the UI.
Any errors should be added to the action errors.