public interface

PluginVersion

com.atlassian.jira.plugin.PluginVersion
Known Indirect Subclasses

Class Overview

Domain object for holding plugin version information.

Summary

Public Methods
Date getCreated()
Long getId()
String getKey()
String getName()
String getVersion()

Public Methods

public Date getCreated ()

Returns
  • the date this plugin version was added/updated in the database.

public Long getId ()

Returns
  • the id of the PluginVersion record.

public String getKey ()

Returns
  • the string representing the plugins key. This is the key that you can access the plugin with via a call to getPlugin(String).

public String getName ()

Returns
  • the descriptive name of the plugin.

public String getVersion ()

Returns
  • a string representing the version of the plugin.