createPersonaCategory
Creates a new personaCategory
object. Specify the name of the new page
with personaCategoryName
.
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 |
A list of pages in a persona category. |
deletePersonaCategory
getPersonaCategories
getPersonaCategory
modifyPersonaCategory
Modifies the specified personaCategory
object.
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 |
Clears 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 |
The new name for an existing object that is being renamed. |
personaPages |
String array |
A list of pages in a persona category. |