Back to index
Summary
Renames a running pipeline.newNameStringrequiredThe new name for the flow runtime. flowRuntimeIdStringoptionalThe primary key of the completed flowRuntime. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.setPipelineRunName( newName: "test-newName" /* optional arguments */ )