CloudBees CD/RO Groovy API commands / ActionParameter

ActionParameter

Parameter passed as an argument for the action to be performed on the object within a container cluster.
name
Stringrequired
value
Stringoptional

Usage

Groovy

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