public final class ApplicationDefinedEvent extends ApplicationEvent
Application becomes known to the host (e.g. JIRA). An
application will generally become defined when the plugins that make up an application are installed into the host.
NOTE: A defined application may or may not be licensed.
| Constructor and Description |
|---|
ApplicationDefinedEvent(ApplicationKey key)
Create a new event for the specified application.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
equals, getKey, hashCodepublic ApplicationDefinedEvent(ApplicationKey key)
key - the key of the application.Copyright © 2018 Atlassian. All rights reserved.