@AsynchronousPreferred public class

HookScriptConfigurationRemovedEvent

extends HookScriptConfigurationEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.hook.script.HookScriptEvent
         ↳ com.atlassian.bitbucket.hook.script.HookScriptConfigurationEvent
           ↳ com.atlassian.bitbucket.hook.script.HookScriptConfigurationRemovedEvent

Class Overview

Event fired when a HookScript configuration is removed. This event is internally audited with a HIGH priority.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
HookScriptConfigurationRemovedEvent(Object source, HookScript hookScript, Scope scope)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.hook.script.HookScriptConfigurationEvent
From class com.atlassian.bitbucket.hook.script.HookScriptEvent
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public HookScriptConfigurationRemovedEvent (Object source, HookScript hookScript, Scope scope)