createHook
Creates a new hook.
Arguments
Argument Name | Type | Description |
---|---|---|
hookName |
String |
Name for the hook; must be unique among all hooks. (Required) |
projectName |
String |
projectName of the entity that owns the hook |
procedureName |
String |
hook procedure name |
broadcast |
Boolean |
broadcast flag |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
hookParameters |
HookParameter array |
hook parameters |
hookType |
String |
hook type |
procedurePluginKey |
String |
procedure plugin key |
procedureProjectName |
String |
procedure project name |
resourceTemplateName |
String |
Name of the resource template. |
deleteHook
getHook
getHooks
modifyHook
Modifies an existing hook.
Arguments
Argument Name | Type | Description |
---|---|---|
hookName |
String |
Name for the hook; must be unique among all hooks. (Required) |
projectName |
String |
projectName of the entity that owns the hook |
procedureName |
String |
hook procedure name |
broadcast |
Boolean |
broadcast flag |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
hookParameters |
HookParameter array |
hook parameters |
hookType |
String |
hook type |
newName |
String |
New name for an existing object that is being renamed. |
procedurePluginKey |
String |
procedure plugin key |
procedureProjectName |
String |
procedure project name |
resourceTemplateName |
String |
Name of the resource template. |