createZone
Creates a new zone.
Arguments
Argument Name | Type | Description |
---|---|---|
zoneName |
String |
The zone name. (Required) |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees Flow. |
deleteZone
Deletes a zone.
getZone
Find a zone by name.
getZones
modifyZone
Modifies a zone.
Arguments
Argument Name | Type | Description |
---|---|---|
zoneName |
String |
The zone name. (Required) |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees Flow. |
newName |
String |
New name for an existing object that is being renamed. |