Back to index
Summary
Creates a newpersona
object.personaNameStringrequiredThe persona name. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. homePageNameStringoptionalThe default home page. isDefaultBooleanoptionalSet as default persona. 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.createPersona( personaName: "test-personaName" /* optional arguments */ )