Back to index
Summary
Runs a procedure that creates an application from a deployment package.artifactFileNameStringrequiredThe artifact file name. artifactGroupStringrequiredThe artifact group. artifactKeyStringrequiredThe artifact key. artifactVersionStringrequiredThe artifact version. dslStringStringoptionalThe DSL to pass to invoking procedure. retrieveToFolderStringoptionalThe folder where the artifact is retrieved. The default value is a dot ( . ). |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.createApplicationFromDeploymentPackage( artifactFileName: "test-artifactFileName", artifactGroup: "test-artifactGroup", artifactKey: "test-artifactKey", artifactVersion: "test-artifactVersion" /* optional arguments */ )