com.atlassian.jira.plugin
Interface PluginVersion

All Known Implementing Classes:
PluginVersionImpl

public interface PluginVersion

Domain object for holding plugin version information.

Since:
v3.13

Method Summary
 Date getCreated()
           
 Long getId()
           
 String getKey()
           
 String getName()
           
 String getVersion()
           
 

Method Detail

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.


Copyright © 2002-2013 Atlassian. All Rights Reserved.