@AsynchronousPreferred public class

HookScriptConfigurationSetEvent

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.HookScriptConfigurationSetEvent

Class Overview

Event fired when a new configuration is set for a HookScript. This event is internally audited with a HIGH priority.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
HookScriptConfigurationSetEvent(Object source, HookScriptConfig config)
Public Methods
@Nonnull Set<String> getTriggerIds()
[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 HookScriptConfigurationSetEvent (Object source, HookScriptConfig config)

Public Methods

@Nonnull public Set<String> getTriggerIds ()