Back to index
Summary
Modifies the specified persona object.personaNameStringrequiredThe persona name. clearDetailsBooleanoptionalClears persona details, if modifying. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. homePageNameStringoptionalThe default home page. isDefaultBooleanoptionalSet as default persona. newNameStringoptionalThe new name for an existing object that is being renamed. personaDetailsStringoptionalThe details of the persona, if creating. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.modifyPersona( personaName: "test-personaName" /* optional arguments */ )