@AsynchronousPreferred @TransactionAware public class

RepositoryHookSettingsChangedEvent

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

Class Overview

Fired when a repository hook's settings are changed.

This event is internally audited with a MEDIUM priority.

Summary

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

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

public RepositoryHookSettingsChangedEvent (Object source, Scope scope, String repositoryHookKey, Settings settings)

Public Methods

@Nonnull public Settings getSettings ()