slmetric.config.Configuration.new
Class: slmetric.config.Configuration
Namespace: slmetric.config
(To be removed) Create configuration object for customizing the Metrics Dashboard
The Metrics Dashboard user interface, metricdashboard
function, slmetric
package API, and corresponding customizations will be removed in a future release. For more information, see Migrating from Metrics Dashboard to Model Maintainability Dashboard.
Description
Create an slmetric.config.Configuration
object for holding Metrics
Dashboard customizations pertaining to metric thresholds and custom metric families. Use the
save
command to create and store the associated XML configuration
file.
creates a configuration object.Co
= slmetric.config.Configuration.new('Name', 'Config'
)