createCatalog
Create a new catalog.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName | String | The name for the project that must be unique among all projects. (Required) |
catalogName | String | The name of the catalog. (Required) |
description | String | Comment text describing this object that is not interpreted at all by CloudBees CD. |
iconUrl | String | Set icon url for a catalog |
deleteCatalog
getCatalog
getCatalogs
modifyCatalog
Modify a catalog.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName | String | The name for the project that must be unique among all projects. (Required) |
catalogName | String | The name of the catalog. (Required) |
description | String | Comment text describing this object that is not interpreted at all by CloudBees CD. |
iconUrl | String | Set icon url for a catalog |
newName | String | New name for an existing object that is being renamed. |