@AsynchronousPreferred @TransactionAware public class

RepositoryHookEnabledEvent

extends RepositoryHookEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.event.hook.RepositoryHookEvent
         ↳ com.atlassian.bitbucket.event.hook.RepositoryHookEnabledEvent

Class Overview

Fired when a repository hook is enabled

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
@Deprecated RepositoryHookEnabledEvent(Object source, Repository repository, String repositoryHookKey)
This constructor is deprecated. in 5.2 for removal in 6.0. Use RepositoryHookEnabledEvent(Object, Scope, String) instead.
RepositoryHookEnabledEvent(Object source, Scope scope, String repositoryHookKey)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.hook.RepositoryHookEvent
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

@Deprecated public RepositoryHookEnabledEvent (Object source, Repository repository, String repositoryHookKey)

This constructor is deprecated.
in 5.2 for removal in 6.0. Use RepositoryHookEnabledEvent(Object, Scope, String) instead.

public RepositoryHookEnabledEvent (Object source, Scope scope, String repositoryHookKey)