public abstract class

HookScriptConfigurationEvent

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

Class Overview

Base class for changing the configuration for a HookScript.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Protected Constructors
HookScriptConfigurationEvent(Object source, HookScript hookScript, Scope scope)
Public Methods
@Nonnull Scope getScope()
[Expand]
Inherited Methods
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

Protected Constructors

protected HookScriptConfigurationEvent (Object source, HookScript hookScript, Scope scope)

Public Methods

@Nonnull public Scope getScope ()