Back to index
Summary
Retrieves all the deployment history items for a specific environment.projectNameStringoptionaldeprecatedName for the project; must be unique among all projects. environmentNameStringoptionalThe name of the environment. applicationNameStringoptionalApplication that owns the deployment history item. environmentProjectNameStringoptionalName for the project to which the environment or environment template belongs to. latestBooleanoptionalRetrieves only latest deployment history item. Note that response have no deployment history items if there were no environment inventory items associated with the last deployment. processNameStringoptionalName of process that owns the deployment history item. snapshotNameStringoptionalSnapshot that owns the deployment history item. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getDeploymentHistoryItems( /* optional arguments */ )