Class RepositoryHookDeletedEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.hook.RepositoryHookEvent
com.atlassian.bitbucket.event.hook.RepositoryHookDeletedEvent
- All Implemented Interfaces:
Serializable
@AsynchronousPreferred
@TransactionAware
public class RepositoryHookDeletedEvent
extends RepositoryHookEvent
Fired when a repository hook is deleted
- Since:
- 5.15
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionRepositoryHookDeletedEvent(Object source, Scope scope, String repositoryHookKey) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.event.hook.RepositoryHookEvent
getRepositoryHookKey, getScopeMethods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUserMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
RepositoryHookDeletedEvent
public RepositoryHookDeletedEvent(@Nonnull Object source, @Nonnull Scope scope, @Nonnull String repositoryHookKey) - Parameters:
source- the object on which the Event initially occurredrepositoryHookKey- the key of the repository hookscope- scope that the hook event was created for
-