Back to index
Summary
Creates a newpersonaCategory
object. Specify the name of the new page with personaCategoryName
.personaCategoryNameStringrequiredThe persona category name. afterCategoryStringoptionalIf specified, the category will be placed after the named category. beforeCategoryStringoptionalIf specified, the category will be placed before the named category. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. enabledBooleanoptionalWhether to enable the PersonaCategory. personaPageArrayoptionalA list of pages in a persona category. |
Usage
Perl
$cmdr->createPersonaCategory( "test-personaCategoryName" # personaCategoryName # optionals );
ectool
ectool createPersonaCategory \ "test-personaCategoryName" `# personaCategoryName` \ # optionals