addPersonaDetail
createPersona
Creates a new persona
object.
Arguments
Argument Name | Type | Description |
---|---|---|
personaName |
String |
The persona name. (Required) |
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. |
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. |
modifyPersona
Modifies the specified persona object.
Arguments
Argument Name | Type | Description |
---|---|---|
personaName |
String |
The persona name. (Required) |
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. |