getDashboards

On this page
Back to index

Summary

Retrieves all dashboards in a project.
projectName
Stringoptional
Name of the project that the dashboard belongs to.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getDashboards( /* optional arguments */ )