@AsynchronousPreferred @TransactionAware public class

RepositoryHookDisabledEvent

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

Class Overview

Fired when a repository hook is disabled

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
@Deprecated RepositoryHookDisabledEvent(Object source, Repository repository, String repositoryHookKey)
This constructor is deprecated. in 5.2 for removal in 6.0. Use RepositoryHookDisabledEvent(Object, Scope, String) instead.
RepositoryHookDisabledEvent(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 RepositoryHookDisabledEvent (Object source, Repository repository, String repositoryHookKey)

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

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