setPipelineRunName

On this page
Back to index

Summary

Renames a running pipeline.
request
Stringrequired
This parameter and the value displayed are required; request=setPipelineRunName must appear in your query string.
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( request: "test-request", newName: "test-newName" /* optional arguments */ )