@AsynchronousPreferred @TransactionAware public class RepositoryHookSettingsChangedEvent extends RepositoryHookEvent
This event is internally audited with CoverageLevel.BASE level.
source| Constructor and Description |
|---|
RepositoryHookSettingsChangedEvent(Object source,
Scope scope,
String repositoryHookKey,
Settings settings,
Settings oldSettings) |
| Modifier and Type | Method and Description |
|---|---|
Settings |
getOldSettings() |
Settings |
getSettings() |
getRepositoryHookKey, getScopegetDate, getUsergetSource, toStringpublic RepositoryHookSettingsChangedEvent(@Nonnull Object source, @Nonnull Scope scope, @Nonnull String repositoryHookKey, @Nonnull Settings settings, @Nonnull Settings oldSettings)
source - the object on which the event initially occurredrepositoryHookKey - the key of the repository hookscope - scope that the hook event was created forsettings - the settings that apply for the hookoldSettings - the previous settings that were applied for the hookCopyright © 2022 Atlassian. All rights reserved.