createPersonaCategory
Create a new persona category.
Arguments
Argument Name | Type | Description |
---|---|---|
personaCategoryName |
String |
The persona category name. (Required) |
afterCategory |
String |
If specified, the category will be placed after the named category. |
beforeCategory |
String |
If specified, the category will be placed before the named category. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
enabled |
Boolean |
Whether to enable the PersonaCategory. |
personaPages |
String array |
list of pages in persona category |
deletePersonaCategory
getPersonaCategories
getPersonaCategory
modifyPersonaCategory
Modify an existing persona category.
Arguments
Argument Name | Type | Description |
---|---|---|
personaCategoryName |
String |
The persona category name. (Required) |
afterCategory |
String |
If specified, the category will be placed after the named category. |
beforeCategory |
String |
If specified, the category will be placed before the named category. |
clearPages |
Boolean |
clear persona pages for the category, if modifying. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
enabled |
Boolean |
Whether to enable the PersonaCategory. |
newName |
String |
New name for an existing object that is being renamed. |
personaPages |
String array |
list of pages in persona category |