Back to index
Summary
Provisions an environment.environmentNameStringrequiredThe name of the environment. environmentTemplateNameStringrequiredThe name of the environment template. projectNameStringrequiredThe name for the project that must be unique among all projects. environmentTemplateProjectNameStringoptionalName for the project containing environment template. keepOnErrorBooleanoptionalTear down on error flag. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.provisionEnvironment( environmentName: "test-environmentName", environmentTemplateName: "test-environmentTemplateName", projectName: "test-projectName" /* optional arguments */ )