Back to index
Summary
Modifies the specifiedpersonaPage
object.personaPageNameStringrequiredThe persona page name. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. newNameStringoptionalThe new name for an existing object that is being renamed. subpageArrayoptionalA list of subpages. urlStringoptionalThe persona page URL. If using an IPv6 address, enclose the address in square brackets. Example: [<IPv6-ADDRESS>] . |
Usage
Perl
$cmdr->modifyPersonaPage( "test-personaPageName" # personaPageName # optionals );
ectool
ectool modifyPersonaPage \ "test-personaPageName" `# personaPageName` \ # optionals