getDeployerApplications

Back to index

Summary

Retrieves all the applications in a release.
projectName
Stringrequired
The name for the project that must be unique among all projects.
releaseName
Stringoptional
The name of the release.

Usage

Perl

$cmdr->getDeployerApplications( "test-projectName" # projectName # optionals );

ectool

ectool getDeployerApplications \ "test-projectName" `# projectName` \ # optionals

Examples

Perl

$cmdr->getDeployerApplications("Default", {releaseName => "Weekly Build"});

ectool

ectool getDeployerApplications "Default" --releaseName "Weekly Build"