Class ApplicationConfigurationEvent

java.lang.Object
com.atlassian.jira.application.ApplicationConfigurationEvent

public class ApplicationConfigurationEvent extends Object
Event fired when one or more JIRA Applications have been configured.
Since:
v7.0
  • Constructor Details

    • ApplicationConfigurationEvent

      public ApplicationConfigurationEvent(Set<com.atlassian.application.api.ApplicationKey> applicationsConfigured)
  • Method Details

    • getApplicationsConfigured

      @Nonnull public Set<com.atlassian.application.api.ApplicationKey> getApplicationsConfigured()
      Get all they keys of the applications that had their configuration changed.
      Returns:
      the keys of the applications that had their configuration changed.