Back to index
Summary
Retrieves a partial application when a snapshot is created.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationNameStringrequiredThe name of the application. revisionNumberIntegerrequiredRevision number. environmentNameStringoptionalThe name of environment. environmentProjectNameStringoptionalThe name of the environment's project. Required, if different from application's project. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getPartialApplicationRevision( projectName: "test-projectName", applicationName: "test-applicationName", revisionNumber: "test-revisionNumber" /* optional arguments */ )