@AsynchronousPreferred @TransactionAware public class RepositoryHookSettingsChangedEvent extends RepositoryHookEvent
This event is internally audited with a MEDIUM priority.
source
Constructor and Description |
---|
RepositoryHookSettingsChangedEvent(Object source,
Scope scope,
String repositoryHookKey,
Settings settings) |
Modifier and Type | Method and Description |
---|---|
Settings |
getSettings() |
getRepositoryHookKey, getScope
getDate, getUser
getSource, toString
public RepositoryHookSettingsChangedEvent(@Nonnull Object source, @Nonnull Scope scope, @Nonnull String repositoryHookKey, @Nonnull Settings settings)
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 hookCopyright © 2019 Atlassian. All rights reserved.