modifyPersonaCategory

On this page
Back to index

Summary

Modifies the specified personaCategory object.
personaCategoryName
Stringrequired
The persona category name.
afterCategory
Stringoptional
If specified, the category will be placed after the named category.
beforeCategory
Stringoptional
If specified, the category will be placed before the named category.
clearPages
Booleanoptional
Clears persona pages for the category, if modifying.
description
Stringoptional
Comment text describing this object that is not interpreted at all by CloudBees CD/RO.
enabled
Booleanoptional
Whether to enable the PersonaCategory.
newName
Stringoptional
The new name for an existing object that is being renamed.
personaPages
Array<Unknown>optional
A 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 */ )