deletePipelineRun

On this page
Back to index

Summary

Deletes a pipeline runtime.
projectName
Stringoptional
The name of the project.
flowRuntimeId
Stringoptional
The ID of the flow runtime.
flowRuntimeName
Stringoptional
The name of the flow runtime.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.deletePipelineRun( /* optional arguments */ )