@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
RepositoryHookDisabledEvent(Object source, Repository repository, 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

public RepositoryHookDisabledEvent (Object source, Repository repository, String repositoryHookKey)