Back to index
Summary
Create a new persona page.personaPageNameStringrequiredThe persona page name. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. subpagesArray<Unknown>optionalA list of subpages. urlStringoptionalThe persona page URL. If using an IPv6 address, enclose the address in square brackets. Example: [<IPv6-ADDRESS>] . |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.createPersonaPage( personaPageName: "test-personaPageName" /* optional arguments */ )