CloudBees CD/RO Groovy API commands / DefinitionSourceParameter

Back to index

DefinitionSourceParameter

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

Usage

Groovy

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