Back to index
Summary
Retrieves all dashboards in a project.projectNameStringoptionalName 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 */ )