completeRuntimeWaitDependency

On this page
Back to index

Summary

Manually forces the specific wait dependency to complete for the specified source pipeline runtime.
flowRuntimeId
Stringoptional
The UUID of the invoking flowRuntime.
projectName
Stringoptional
The name for the project that contains the wait dependency.
pipelineName
Stringoptional
The name of the pipeline.
stageName
Stringoptional
The name of the stage.
runtimeWaitDependencyName
Stringoptional
The name of the runtimeWaitDependency.
dependentFlowRuntimeId
Stringoptional
The UUID of the dependent flowRuntime.
dependentGateType
Stringoptional
The type of dependent gate.
Possible values: "POST", "PRE"
dependentPipelineName
Stringoptional
The name of the dependent pipeline.
dependentProjectName
Stringoptional
The name of the dependent project.
dependentReleaseName
Stringoptional
The name of the dependent release.
dependentStageName
Stringoptional
The name of the dependent stage.
dependentTaskName
Stringoptional
The name of the dependent task.
gateType
Stringoptional
The type of gate.
Possible values: "POST", "PRE"
releaseName
Stringoptional
The name of the release.
taskName
Stringoptional
The name of the task.

Usage

Groovy

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