PipelineRunName commands

1 minute readReference
On this page

setPipelineRunName

Sets the name of a running pipeline.

Arguments

Argument Name Type Description

newName

String

The new name for the flow runtime. (Required)

flowRuntimeId

String

The primary key of the completed flowRuntime.

Usage

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.apis.model.* ElectricFlow ef = new ElectricFlow() def result = ef.setPipelineRunName( newName: 'test-newName' /* optional arguments */)