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.
applicationName
Stringrequired
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.
releaseName
Stringoptional
The name of the release.

Usage

Perl

$cmdr->removeDeployerApplication( "test-projectName", # projectName "test-applicationName" # applicationName # optionals );

ectool

ectool removeDeployerApplication \ "test-projectName" `# projectName` \ "test-applicationName" `# applicationName` \ # optionals