setPipelineRunName

On this page
Back to index

Summary

Renames a running pipeline.
newName
Stringrequired
The new name for the flow runtime.
flowRuntimeId
Stringoptional
The 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 */ )