| java.lang.Object | |
| ↳ | com.atlassian.jira.plugin.PluginVersionImpl |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Used to create a representation of a PluginVersion when the persistent id is not known.
| |||||||||||
Used to create a representation of a PluginVersion which is stored in database.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||
From interface
com.atlassian.jira.plugin.PluginVersion
| |||||||||||||||||||||
Used to create a representation of a PluginVersion when the persistent id is not known.
| key | plugin key. |
|---|---|
| name | plugin name. |
| version | plugin version. |
| created | date this is being created |
Used to create a representation of a PluginVersion which is stored in database.
| id | the database id of the stored record. |
|---|---|
| key | plugin key. |
| name | plugin name. |
| version | plugin version. |
| created | date this is being created |

