createWidgetFilterOverride
Creates a new widget filter override.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
dashboardName |
String |
(Required) Unique name of the dashboard within the project. |
widgetName |
String |
(Required) Name of the widget within the dashboard this widget filter override is scoped to. |
dashboardFilterName |
String |
(Required) The name of the dashboard filter. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
ignoreFilter |
Boolean |
Whether to ignore the dashboard filter and not apply it to the report. All other arguments are ignored if this argument is set to true. |
parameterName |
String |
The parameter name to use when applying the filter to the report instead of the parameter name specified in the dashboard filter. |
deleteWidgetFilterOverride
Deletes a widget filter override.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
dashboardName |
String |
(Required) Unique name of the dashboard within the project. |
widgetName |
String |
(Required) Name of the widget within the dashboard this widget filter override is scoped to. |
dashboardFilterName |
String |
(Required) The name of the dashboard filter. |
getWidgetFilterOverride
Retrieves a widget filter override by dashboard filter name.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
dashboardName |
String |
(Required) Unique name of the dashboard within the project. |
widgetName |
String |
(Required) Name of the widget within the dashboard this widget filter override is scoped to. |
dashboardFilterName |
String |
(Required) The name of the dashboard filter. |
getWidgetFilterOverrides
Retrieves all widget filter overrides for the widget.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
dashboardName |
String |
(Required) Unique name of the dashboard within the project. |
widgetName |
String |
(Required) Name of the widget within the dashboard this widget filter override is scoped to. |
modifyWidgetFilterOverride
Modifies a widget filter override.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
dashboardName |
String |
(Required) Unique name of the dashboard within the project. |
widgetName |
String |
(Required) Name of the widget within the dashboard this widget filter override is scoped to. |
dashboardFilterName |
String |
(Required) The name of the dashboard filter. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
ignoreFilter |
Boolean |
Whether to ignore the dashboard filter and not apply it to the report. All other arguments are ignored if this argument is set to true. |
parameterName |
String |
The parameter name to use when applying the filter to the report instead of the parameter name specified in the dashboard filter. |