Back to index
Summary
Modifies a reporting filter.projectNameStringrequiredThe name for the project that must be unique among all projects. dashboardNameStringrequiredUnique name of the dashboard within the project. reportingFilterNameStringrequiredThe name of the reporting filter. actualParameterArrayoptionalParameters passed reporting filter. afterReportingFilterStringoptionalThe name of the reporting filter after which this reporting filter should be placed. beforeReportingFilterStringoptionalThe name of the reporting filter before which this reporting filter should be placed. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. filtersStringoptionalString representation of CompositeFilter object used for additional attribute values filtering. newNameStringoptionalThe new name for an existing object that is being renamed. operatorStringoptionalThe operator is allowed to use in a reporting filter. orderIndexIntegeroptionalOrder that the reporting filter should be displayed. parameterNameStringoptionalThe parameter name to filter on it. reportObjectTypeNameStringoptionalThe name of the report object type, if the reporting filter is a custom filter. requiredBooleanoptionalThe flag to see is this reporting filter required to be used. typeStringoptionalThe type of the field value. widgetNameStringoptionalThe name of the widget this reporting filter is scoped to. |
Usage
Perl
$cmdr->modifyReportingFilter( "test-projectName", # projectName "test-dashboardName", # dashboardName "test-reportingFilterName" # reportingFilterName # optionals );
ectool
ectool modifyReportingFilter \ "test-projectName" `# projectName` \ "test-dashboardName" `# dashboardName` \ "test-reportingFilterName" `# reportingFilterName` \ # optionals