removeDeployerConfiguration

On this page
Back to index

Summary

Removes a deployer configuration associated with a deployer application.
projectName
Stringrequired
The name for the project that must be unique among all projects.
releaseName
Stringoptional
The name of the release.
stageName
Stringoptional
The name of the stage of a pipeline attached to a release if specified.
applicationName
Stringoptional
The name of the application.
applicationProjectName
Stringoptional
The name of the project containing specified application. If not specified, it is defaulted to the release project name.
deployerConfigurationName
Stringoptional
The name of deployer configuration. If not specified, a system generated GUID is used.
deployerTaskName
Stringoptional
The name of the deployer task defined in the provided stage.

Usage

Groovy

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