@AsynchronousPreferred @TransactionAware public class

RepositoryHookEvent

extends ApplicationEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.event.hook.RepositoryHookEvent
Known Direct Subclasses

Class Overview

Children of this event are fired when repository hooks are changed.

This event is internally audited with a HIGH priority.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Protected Constructors
RepositoryHookEvent(Object source, String repositoryHookKey, Scope scope)
Public Methods
@Nonnull String getRepositoryHookKey()
@Nonnull Scope getScope()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Protected Constructors

protected RepositoryHookEvent (Object source, String repositoryHookKey, Scope scope)

Public Methods

@Nonnull public String getRepositoryHookKey ()

@Nonnull public Scope getScope ()