Dashboard Commands
createDashboard
Creates a new dashboard for the specified project.
You must specify projectName
and dashboardName
.
Arguments | Descriptions | ||
---|---|---|---|
projectName |
Name of the project. This name must be unique among all projects. Argument Type: String |
||
dashboardName |
Unique name of the dashboard within the Argument Type: String |
||
columns |
(Optional) List of the columns to display for the dashboard of type Argument Type: String |
||
description |
(Optional) Comment text describing this object; not interpreted at all by CloudBees Flow. Argument Type: String |
||
layout |
(Optional) Layout to use for adding the widgets to the dashboard. Use Argument Type: DashboardLayout |
||
phases |
(Optional) List of the phases to display for the dashboard of type
Argument Type: String |
||
type |
(Optional) Type of dashboard. Allowed types: Argument Type: DashboardType |
Response
Returns a dashboard object.