public class

ApplicationConfigurationEvent

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

Class Overview

Event fired when one or more JIRA Applications have been configured.

Summary

Public Constructors
ApplicationConfigurationEvent(Set<ApplicationKey> applicationsConfigured)
Public Methods
@Nonnull Set<ApplicationKey> getApplicationsConfigured()
Get all they keys of the applications that had their configuration changed.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ApplicationConfigurationEvent (Set<ApplicationKey> applicationsConfigured)

Public Methods

@Nonnull public Set<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.