Class HookScriptConfigurationEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.hook.script.HookScriptEvent
com.atlassian.bitbucket.hook.script.HookScriptConfigurationEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HookScriptConfigurationRemovedEvent
,HookScriptConfigurationSetEvent
Base class for changing the configuration for a
HookScript
.- Since:
- 6.2
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ModifierConstructorDescriptionprotected
HookScriptConfigurationEvent
(Object source, HookScript hookScript, Scope scope) -
Method Summary
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
-
HookScriptConfigurationEvent
protected HookScriptConfigurationEvent(@Nonnull Object source, @Nonnull HookScript hookScript, @Nonnull Scope scope)
-
-
Method Details
-
getScope
-