CloudBees CD/RO Groovy API commands / AttributePath

AttributePath

Widget parameter used by a DevOps Insight dashboard to display data based on report attribute or field values.
name
Stringrequired
value
Stringoptional

Usage

Groovy

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