@AsynchronousPreferred @TransactionAware public class

RepositoryHookEvent

extends StashEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.stash.event.StashEvent
       ↳ com.atlassian.stash.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, Repository repository, String repositoryHookKey)
Public Methods
@Nonnull Repository getRepository()
@Nonnull String getRepositoryHookKey()
[Expand]
Inherited Methods
From class com.atlassian.stash.event.StashEvent
From class java.util.EventObject
From class java.lang.Object

Protected Constructors

protected RepositoryHookEvent (Object source, Repository repository, String repositoryHookKey)

Public Methods

@Nonnull public Repository getRepository ()

@Nonnull public String getRepositoryHookKey ()