Class DetailedGeneralConfigurationChangesEventHandlerImpl
java.lang.Object
com.atlassian.jira.auditing.handlers.DetailedGeneralConfigurationChangesEventHandlerImpl
- All Implemented Interfaces:
DetailedGeneralConfigurationChangesEventHandler
public class DetailedGeneralConfigurationChangesEventHandlerImpl
extends Object
implements DetailedGeneralConfigurationChangesEventHandler
-
Constructor Summary
ConstructorsConstructorDescriptionDetailedGeneralConfigurationChangesEventHandlerImpl
(com.atlassian.audit.api.AuditService auditService, I18nHelper i18n) -
Method Summary
Modifier and TypeMethodDescriptiongetCommentVisibilityI18nString
(Boolean commentVisibility) getEmailVisibilityI18nString
(String emailVisibility) getIeMimeSnifferI18nString
(String ieMimeSniffer) getIndexingLanguageI18nString
(String indexingLanguage) getLogoutConfirmI18nString
(String logoutConfirm) getModeI18nString
(String mode) void
handleGeneralConfigurationUpdated
(GeneralConfigurations oldConfiguration, GeneralConfigurations newConfiguration)
-
Constructor Details
-
DetailedGeneralConfigurationChangesEventHandlerImpl
public DetailedGeneralConfigurationChangesEventHandlerImpl(com.atlassian.audit.api.AuditService auditService, I18nHelper i18n)
-
-
Method Details
-
handleGeneralConfigurationUpdated
public void handleGeneralConfigurationUpdated(GeneralConfigurations oldConfiguration, GeneralConfigurations newConfiguration) - Specified by:
handleGeneralConfigurationUpdated
in interfaceDetailedGeneralConfigurationChangesEventHandler
-
getCommentVisibilityI18nString
-
getEmailVisibilityI18nString
-
getIeMimeSnifferI18nString
-
getIndexingLanguageI18nString
-
getLogoutConfirmI18nString
-
getModeI18nString
-