Package com.atlassian.bitbucket.hook.script
package com.atlassian.bitbucket.hook.script
-
ClassDescriptionDescribes a hook script.Configures a
HookScript
to run for a givenscope
, and defines thetriggers
for which it should be invoked.Base class for changing the configuration for aHookScript
.Event fired when aHookScript
configuration is removed.Event fired when a new configuration is set for aHookScript
.Event fired when a newHookScript
is added to the system.Event fired when aHookScript
is deleted from the system.Base event forHookScripts
.A generic base class for exceptions to be thrown whenHookScriptService
operations fail.A service for creating, updating and configuringhook scripts
.Thrown when an app attempts tocreate
orupdate
ahook script
with contents which exceed theconfigured max size
.Thrown when ahook script
can't be written to or read from the backing store.Denotes aHookScript
's type.Fired when aHookScript
is updated.A minimal representation of aHookScript
, retaining only its ID and version.Thrown to indicate therequested hook script
does not exist.