modifyPersona

Back to index

Summary

Modifies the specified persona object.
personaName
Stringrequired
The persona name.
clearDetails
Booleanoptional
Clears persona details, if modifying.
description
Stringoptional
Comment text describing this object that is not interpreted at all by CloudBees CD/RO.
homePageName
Stringoptional
The default home page.
isDefault
Booleanoptional
Set as default persona.
newName
Stringoptional
The new name for an existing object that is being renamed.
personaDetails
Stringoptional
The details of the persona, if creating.

Usage

Perl

$cmdr->modifyPersona( "test-personaName" # personaName # optionals );

ectool

ectool modifyPersona \ "test-personaName" `# personaName` \ # optionals

Examples

Perl

$cmdr->modifyPersona("Test", {newName => "NewTest"});

ectool

ectool modifyPersona "Test" --newName "NewTest"