@AsynchronousPreferred @TransactionAware public class RepositoryHookEvent extends ApplicationEvent
This event is internally audited with CoverageLevel.BASE
level.
source
Modifier | Constructor and Description |
---|---|
protected |
RepositoryHookEvent(Object source,
String repositoryHookKey,
Scope scope) |
Modifier and Type | Method and Description |
---|---|
String |
getRepositoryHookKey() |
Scope |
getScope() |
getDate, getUser
getSource, toString
protected RepositoryHookEvent(@Nonnull Object source, @Nonnull String repositoryHookKey, @Nonnull Scope scope)
source
- the object on which the event initially occurredrepositoryHookKey
- the key of the repository hookscope
- scope that the hook event was created forCopyright © 2020 Atlassian. All rights reserved.