Back to index
Summary
Modifies the specifiedpersonaCategory
object.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. clearPagesBooleanoptionalClears persona pages for the category, if modifying. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. enabledBooleanoptionalWhether to enable the PersonaCategory. newNameStringoptionalThe new name for an existing object that is being renamed. personaPagesArray<Unknown>optionalA list of pages in a persona category. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.modifyPersonaCategory( personaCategoryName: "test-personaCategoryName" /* optional arguments */ )