CloudBees CD/RO Groovy API commands / AttributeDataType

AttributeDataType

Datatype for a DevOps Insight report attribute or field.
name
Stringrequired
value
Stringoptional

Usage

Groovy

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