Package com.atlassian.jira.plugin
Interface PluginVersion
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PluginVersionImpl
Domain object for holding plugin version information.
- Since:
- v3.13
-
Method Details
-
getId
Long getId()- Returns:
- the id of the PluginVersion record.
-
getKey
String getKey()- Returns:
- the string representing the plugins key. This is the key that you can access the plugin with
via a call to
PluginAccessor.getPlugin(String)
.
-
getName
String getName()- Returns:
- the descriptive name of the plugin.
-
getVersion
String getVersion()- Returns:
- a string representing the version of the plugin.
-
getCreated
Date getCreated()- Returns:
- the date this plugin version was added/updated in the database.
-