Uses of Enum Class
com.atlassian.bitbucket.hook.script.HookScriptType
Packages that use HookScriptType
-
Uses of HookScriptType in com.atlassian.bitbucket.hook.script
Methods in com.atlassian.bitbucket.hook.script that return HookScriptTypeModifier and TypeMethodDescriptionstatic HookScriptTypeHookScriptType.fromId(int id) HookScript.getType()Retrieves the script's type.HookScriptCreateRequest.getType()static HookScriptTypeReturns the enum constant of this class with the specified name.static HookScriptType[]HookScriptType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.bitbucket.hook.script with parameters of type HookScriptType