Back to index
Summary
Retrieves all tasks.projectNameStringrequiredThe name for the project that must be unique among all projects. pipelineNameStringoptionalThe name of the pipeline. stageNameStringoptionalName of the stage to which this task belongs to. gateTypeStringoptionalThe type of the gate. Possible values: "POST" , "PRE" releaseNameStringoptionalThe name of the release. validateBooleanoptionalIf passed 1, then all validations check if the definition is complete and valid. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getTasks( projectName: "test-projectName" /* optional arguments */ )