addPageToPersonaCategory
Adds a persona page to a given category.
Arguments
Argument Name | Type | Description |
---|---|---|
personaCategoryName |
String |
The persona category name. (Required) |
personaPageName |
String |
The persona page name. (Required) |
afterPage |
String |
If specified, the page will be placed after the named page. |
beforePage |
String |
If specified, the page will be placed before the named page. |
addPersonaSubpage
createPersonaPage
Create a new persona page.
modifyPersonaPage
Modify an existing persona page.
Arguments
Argument Name | Type | Description |
---|---|---|
personaPageName |
String |
The persona page name. (Required) |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
newName |
String |
New name for an existing object that is being renamed. |
subpages |
String array |
list of subpages |
url |
String |
The persona page url. |