Class RepositoryHookSettingsChangedEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.hook.RepositoryHookEvent
com.atlassian.bitbucket.event.hook.RepositoryHookSettingsChangedEvent
- All Implemented Interfaces:
- Serializable
@AsynchronousPreferred
@TransactionAware
public class RepositoryHookSettingsChangedEvent
extends RepositoryHookEvent
Fired when a repository hook's settings are changed.
 
 This event is internally audited with CoverageLevel.BASE level.
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.atlassian.bitbucket.event.hook.RepositoryHookEventgetRepositoryHookKey, getScopeMethods inherited from class com.atlassian.bitbucket.event.ApplicationEventgetDate, getUserMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
RepositoryHookSettingsChangedEventpublic RepositoryHookSettingsChangedEvent(@Nonnull Object source, @Nonnull Scope scope, @Nonnull String repositoryHookKey, @Nonnull Settings settings, @Nonnull Settings oldSettings) - Parameters:
- source- the object on which the event initially occurred
- scope- scope that the hook event was created for
- repositoryHookKey- the key of the repository hook
- settings- the settings that apply for the hook
- oldSettings- the previous settings that were applied for the hook
- Since:
- 7.4
 
 
- 
- 
Method Details- 
getOldSettings
- 
getSettings
 
-