CloudBees CD/RO Groovy API commands / DefinitionSourceParameter

DefinitionSourceParameter

Parameters to resolve the source of the artifact representing the microservice definition.
name
Stringrequired
value
Stringoptional

Usage

Groovy

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