Uses of Class
com.atlassian.confluence.event.events.admin.GlobalSettingsChangedEvent.Type
-
Packages that use GlobalSettingsChangedEvent.Type Package Description com.atlassian.confluence.event.events.admin -
-
Uses of GlobalSettingsChangedEvent.Type in com.atlassian.confluence.event.events.admin
Methods in com.atlassian.confluence.event.events.admin that return GlobalSettingsChangedEvent.Type Modifier and Type Method Description GlobalSettingsChangedEvent.Type
GlobalSettingsChangedEvent. getType()
static GlobalSettingsChangedEvent.Type
GlobalSettingsChangedEvent.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static GlobalSettingsChangedEvent.Type[]
GlobalSettingsChangedEvent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.event.events.admin with parameters of type GlobalSettingsChangedEvent.Type Constructor Description GlobalSettingsChangedEvent(Object src, Settings oldSettings, Settings newSettings, String oldDomainName, String newDomainName, GlobalSettingsChangedEvent.Type type)
-