getDeploymentHistoryItems

On this page
Back to index

Summary

Retrieves all the deployment history items for a specific environment.
projectName
Stringoptionaldeprecated
Name for the project; must be unique among all projects.
environmentName
Stringoptional
The name of the environment.
applicationName
Stringoptional
Application that owns the deployment history item.
environmentProjectName
Stringoptional
Name for the project to which the environment or environment template belongs to.
latest
Booleanoptional
Retrieves 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.
processName
Stringoptional
Name of process that owns the deployment history item.
snapshotName
Stringoptional
Snapshot 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 */ )