Uses of Interface
com.atlassian.bitbucket.hook.script.HookScript
-
Uses of HookScript in com.atlassian.bitbucket.hook.script
Modifier and TypeMethodDescriptionHookScriptService.create
(HookScriptCreateRequest request) Creates a new hook script.HookScriptService.getById
(long scriptId) HookScriptEvent.getHookScript()
HookScriptUpdatedEvent.getOldHookScript()
HookScriptConfig.getScript()
HookScriptRemoveConfigurationRequest.getScript()
HookScriptSetConfigurationRequest.getScript()
HookScriptUpdateRequest.getScript()
HookScriptService.update
(HookScriptUpdateRequest request) Updates a hook script.Modifier and TypeMethodDescriptionHookScriptService.findById
(long scriptId) HookScriptService.findByPluginKey
(String pluginKey, PageRequest pageRequest) Finds a page of hook scripts which were created by the app with the specified plugin key.Modifier and TypeMethodDescriptionvoid
HookScriptService.delete
(HookScript script) Deletes the specified hook script, and removes any configuration which has been applied.HookScriptService.read
(HookScript script) Returns anInputSupplier
which can be used to open anInputStream
to read the current contents for the specified hook script.ModifierConstructorDescriptionBuilder
(HookScript script, Scope scope) Builder
(HookScript script, Scope scope) Builder
(HookScript script) protected
HookScriptConfigurationEvent
(Object source, HookScript hookScript, Scope scope) HookScriptConfigurationRemovedEvent
(Object source, HookScript hookScript, Scope scope) HookScriptCreatedEvent
(Object source, HookScript hookScript) HookScriptDeletedEvent
(Object source, HookScript hookScript) protected
HookScriptEvent
(Object source, HookScript hookScript) HookScriptUpdatedEvent
(Object source, HookScript newHookScript, HookScript oldHookScript)