Back to index
Summary
Retrieves a stage by its name.projectNameStringrequiredThe name for the project that must be unique among all projects. stageNameStringrequiredThe name of the stage. pipelineNameStringoptionalThe name of the pipeline. releaseNameStringoptionalThe name of the release. timeZoneStringoptionalThe time zone to use when interpreting times. |
Usage
Perl
$cmdr->getStage( "test-projectName", # projectName "test-stageName" # stageName # optionals );
ectool
ectool getStage \ "test-projectName" `# projectName` \ "test-stageName" `# stageName` \ # optionals