removeDeployerApplication

On this page
Back to index

Summary

Removes a deployer application for a release.
projectName
Stringrequired
The name for the project that must be unique among all projects.
releaseName
Stringoptional
The name of the release.
applicationName
Stringoptional
The name of the application.
applicationProjectName
Stringoptional
The name of the project containing the specified application. If not specified, it defaults to the release project name.
deployerApplicationName
Stringoptional
The name of the deployer application.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.removeDeployerApplication( projectName: "test-projectName" /* optional arguments */ )