Back to index
Summary
Removes a task group, but does not delete the tasks. The location of the ungrouped tasks is the same as the location of the group task.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" groupNameStringoptionalThe name of the group task. releaseNameStringoptionalThe name of the release. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.removeTaskGroup( projectName: "test-projectName" /* optional arguments */ )