getPartialApplicationRevision

On this page
Back to index

Summary

Retrieves a partial application when a snapshot is created.
projectName
Stringrequired
The name for the project that must be unique among all projects.
applicationName
Stringrequired
The name of the application.
revisionNumber
Integerrequired
Revision number.
environmentName
Stringoptional
The name of environment.
environmentProjectName
Stringoptional
The 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 */ )