CloudBees CD/RO Groovy API commands / ReleaseFlowRuntimeMapping

ReleaseFlowRuntimeMapping

Mapping between releaseId and flowRuntimeId.
releaseId
Stringrequired
flowRuntimeId
Stringoptional

Usage

Groovy

import com.electriccloud.client.groovy.models.ReleaseFlowRuntimeMapping def arg = new ReleaseFlowRuntimeMapping( releaseId: "releaseId-value" /* optional arguments */ )