java.lang.Object | |
↳ | com.atlassian.jira.license.LicenseChangedEvent |
Event fired when a new license is entered into JIRA. This can allow, e.g. plugins that cache license-related information to flush their cache.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
newLicenseDetails | The details of the new license. | ||||||||||
previousLicenseDetails | The details of the previous license. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get new license details
| |||||||||||
Get previous license details
| |||||||||||
Determines whether this event is a remove license event (license removed)
| |||||||||||
Determines whether this event is a update license event (license update)
| |||||||||||
Determines whether this event is a new license event (new license added)
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The details of the previous license.
Get new license details
Get previous license details
Determines whether this event is a remove license event (license removed)
Determines whether this event is a update license event (license update)
Determines whether this event is a new license event (new license added)