Back to index
Summary
Retrieves a gate by its stage name and gate type.projectNameStringrequiredThe name for the project that must be unique among all projects. stageNameStringrequiredName of the stage to which this task belongs to. gateTypeStringrequiredThe type of the gate. Possible values: "POST" , "PRE" pipelineNameStringoptionalThe name of the pipeline. releaseNameStringoptionalThe name of the release. |
Usage
Perl
$cmdr->getGate( "test-projectName", # projectName "test-stageName", # stageName "test-gateType" # gateType # optionals );
ectool
ectool getGate \ "test-projectName" `# projectName` \ "test-stageName" `# stageName` \ "test-gateType" `# gateType` \ # optionals