Class HookScriptConfigurationRemovedEvent
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
- All Implemented Interfaces:
Serializable
@AsynchronousPreferred
public class HookScriptConfigurationRemovedEvent
extends HookScriptConfigurationEvent
Event fired when a
HookScript
configuration is removed.
This event is internally audited with CoverageLevel.BASE
level.- Since:
- 6.2
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionHookScriptConfigurationRemovedEvent
(Object source, HookScript hookScript, Scope scope) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.hook.script.HookScriptConfigurationEvent
getScope
Methods inherited from class com.atlassian.bitbucket.hook.script.HookScriptEvent
getHookScript
Methods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUser
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
HookScriptConfigurationRemovedEvent
public HookScriptConfigurationRemovedEvent(@Nonnull Object source, @Nonnull HookScript hookScript, @Nonnull Scope scope)
-