createDevOpsInsightDataSource
Creates a new DevOps Insight data source.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
releaseName |
String |
(Required) The name of the release. |
devOpsInsightDataSourceName |
String |
(Required) The DevOps Insight data source name. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
pluginKey |
String |
The plugin key. For example, EC-MyPlugin. |
pluginParameters |
Map |
The plugin parameters to be passed to the plugin for creating the required schedule and polling procedure. |
reportObjectTypeName |
String |
The name of a report object type. |
deleteDevOpsInsightDataSource
Deletes a DevOps Insight data source.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
releaseName |
String |
(Required) The name of the release. |
devOpsInsightDataSourceName |
String |
(Required) The DevOps Insight data source name. |
foreground |
Boolean |
True to delete the object in the foreground. The default is to delete the object in the background. |
getDevOpsInsightDataSource
Retrieves a new DevOps Insight data source.
getDevOpsInsightDataSources
modifyDevOpsInsightDataSource
Modifies an existing DevOps Insight data source.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
releaseName |
String |
(Required) The name of the release. |
devOpsInsightDataSourceName |
String |
(Required) The DevOps Insight data source name. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
newName |
String |
The new name for an existing object that is being renamed. |
pluginParameters |
Map |
The plugin parameters to be passed to the plugin for creating the required schedule and polling procedure. |