Package com.atlassian.jira.application
Class ApplicationConfigurationEvent
java.lang.Object
com.atlassian.jira.application.ApplicationConfigurationEvent
Event fired when one or more JIRA Applications have been configured.
- Since:
- v7.0
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationConfigurationEvent
(Set<com.atlassian.application.api.ApplicationKey> applicationsConfigured) -
Method Summary
Modifier and TypeMethodDescriptionSet<com.atlassian.application.api.ApplicationKey>
Get all they keys of the applications that had their configuration changed.
-
Constructor Details
-
ApplicationConfigurationEvent
public ApplicationConfigurationEvent(Set<com.atlassian.application.api.ApplicationKey> applicationsConfigured)
-
-
Method Details
-
getApplicationsConfigured
Get all they keys of the applications that had their configuration changed.- Returns:
- the keys of the applications that had their configuration changed.
-