addPageToPersonaCategory
Adds a persona page to a given category.
Arguments
Argument Name | Type | Description |
---|---|---|
personaCategoryName |
String |
(Required) The persona category name. |
personaPageName |
String |
(Required) The persona page name. |
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. |
addPersonaDetail
addPersonaSubpage
assignPersonaToUser
createPersona
Creates a new persona
object.
Arguments
Argument Name | Type | Description |
---|---|---|
personaName |
String |
(Required) The persona name. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
homePageName |
String |
The default home page. |
isDefault |
Boolean |
Set as default persona. |
personaDetails |
String |
The details of the persona, if creating. |
createPersonaCategory
Creates a new personaCategory
object. Specify the name of the new page with personaCategoryName
.
Arguments
Argument Name | Type | Description |
---|---|---|
personaCategoryName |
String |
(Required) The persona category name. |
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 |
Collection |
A list of pages in a persona category. |
createPersonaPage
Creates a new personaPage
object.
Specify the name of the new page with personaPageName
.
deletePersonaCategory
deletePersonaPage
getPersonaCategory
getPersonas
Retrieves persona objects subject to specified criteria sent with the request. If no arguments are specified, all personas in the system are returned, sorted by persona name.
Arguments
Argument Name | Type | Description |
---|---|---|
excludeGroupPersonas |
Boolean |
If true, exclude personas set for groups when specify userName. |
groupName |
String |
The group name. |
includeDetails |
Boolean |
True to include details (default is false). |
merged |
Boolean |
If true, merge the persona details when specify userName. |
userName |
String |
The user name. |
getPersonaUsers
modifyPersona
Modifies the specified persona object.
Arguments
Argument Name | Type | Description |
---|---|---|
personaName |
String |
(Required) The persona name. |
clearDetails |
Boolean |
Clears persona details, if modifying. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
homePageName |
String |
The default home page. |
isDefault |
Boolean |
Set as default persona. |
newName |
String |
The new name for an existing object that is being renamed. |
personaDetails |
String |
The details of the persona, if creating. |
modifyPersonaCategory
Modifies the specified personaCategory
object.
Arguments
Argument Name | Type | Description |
---|---|---|
personaCategoryName |
String |
(Required) The persona category name. |
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 |
Collection |
A list of pages in a persona category. |
modifyPersonaPage
Modifies the specified personaPage
object.
Arguments
Argument Name | Type | Description |
---|---|---|
personaPageName |
String |
(Required) The persona page name. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
newName |
String |
The new name for an existing object that is being renamed. |
subpages |
Collection |
A list of subpages. |
url |
String |
The persona page url. |