Uses of Interface
com.atlassian.bitbucket.hook.script.HookScript
Packages that use HookScript
-
Uses of HookScript in com.atlassian.bitbucket.hook.script
Methods in com.atlassian.bitbucket.hook.script that return HookScriptModifier 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.Methods in com.atlassian.bitbucket.hook.script that return types with arguments of type HookScriptModifier 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.Methods in com.atlassian.bitbucket.hook.script with parameters of type HookScriptModifier 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.Constructors in com.atlassian.bitbucket.hook.script with parameters of type HookScriptModifierConstructorDescriptionBuilder
(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)