Class PluginVersionsChangeReport.PluginVersionChangeEntry
java.lang.Object
com.atlassian.jira.plugin.startup.PluginVersionsChangeReport.PluginVersionChangeEntry
- Enclosing class:
PluginVersionsChangeReport
A
PluginVersionsChangeReport entry carrying information about one plugin, containing information on
its version last time its version was persisted, and its current state.-
Constructor Summary
ConstructorsConstructorDescriptionPluginVersionChangeEntry(PluginVersion storedPluginVersion, PluginVersion installedPluginVersion) -
Method Summary
Modifier and TypeMethodDescriptionGetter for the actual, installed plugin version.Getter for the stored plugin version.
-
Constructor Details
-
PluginVersionChangeEntry
public PluginVersionChangeEntry(PluginVersion storedPluginVersion, PluginVersion installedPluginVersion)
-
-
Method Details
-
getStoredPluginVersion
Getter for the stored plugin version.- Returns:
- the stored plugin version.
-
getInstalledPluginVersion
Getter for the actual, installed plugin version.- Returns:
- the installed plugin version.
-