java.lang.Object | ||||
↳ | com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T> | |||
↳ | com.atlassian.jira.plugin.AbstractJiraModuleDescriptor<T> | |||
↳ | com.atlassian.jira.plugin.AbstractConfigurableModuleDescriptor<T> | |||
↳ | com.atlassian.jira.plugin.report.ReportModuleDescriptorImpl |
The report plugin allows end users to write pluggable reports for JIRA.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DEFAULT_THUMBNAIL_CSS_CLASS | ||||||||||
int | DEFAULT_WEIGHT | ||||||||||
String | PARAMS_PATTERN |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the report category.
| |||||||||||
Returns the class which will be used to decorate report thumbnail
| |||||||||||
Returns url for first page of this report.
| |||||||||||
Returns optional URL for the first page of this report within specified context.
| |||||||||||
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
Returns the report category. Should not be null.
Returns the class which will be used to decorate report thumbnail
Returns url for first page of this report. Project parameter is provided to insert context into the URL
context | project in which context this report is opened |
---|
Returns optional URL for the first page of this report within specified context.
none()
means the report should not show in this particular context.
context | context in which this report is opened |
---|
none()
when report should not show in this context