java.lang.Object | |
↳ | com.atlassian.jira.plugin.util.SimplePluginsTracker |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return a hash that represents all the plugins in this tracker.
| |||||||||||
Returns true if the plugin that this ModuleDescriptor belongs to is being tracked
| |||||||||||
Returns true if the plugin is being tracked
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||
![]()
|
Return a hash that represents all the plugins in this tracker. This hash should change if the list of plugins being tracked changes.
It is used to help generate a cache busting WebResource URL prefix. That is, if this hash changes then it is likely that the URLs to all of JIRA's WebResources will change which will force all browsers to request all resources again.
Returns true if the plugin that this ModuleDescriptor belongs to is being tracked
moduleDescriptor | the ModuleDescriptor of the plugin in play |
---|
Returns true if the plugin is being tracked
plugin | the plugin in play |
---|