@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)
Deprecated.
in 7.4 for removal in 8.0.
RepositoryHookSettingsChangedEvent(Object, Scope, String, Settings, Settings) should be used instead. |
RepositoryHookSettingsChangedEvent(Object source,
Scope scope,
String repositoryHookKey,
Settings settings,
Settings oldSettings) |
Modifier and Type | Method and Description |
---|---|
Settings |
getOldSettings() |
Settings |
getSettings() |
getRepositoryHookKey, getScope
getDate, getUser
getSource, toString
@Deprecated public RepositoryHookSettingsChangedEvent(@Nonnull Object source, @Nonnull Scope scope, @Nonnull String repositoryHookKey, @Nonnull Settings settings)
RepositoryHookSettingsChangedEvent(Object, Scope, String, Settings, Settings)
should be used instead.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 hookpublic 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.