Back to index
Summary
Modifies an existing search filter.displayNameStringrequiredSearch filter name. objectTypeStringrequiredObject type. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. newNameStringoptionalThe new name for an existing object that is being renamed. newObjectTypeStringoptionalSearch filter entity type. searchQueryStringoptionalSearch filter query CLOB. sharedBooleanoptionalFlag indicating whether the filter is public or private. userNameStringoptionalSearch filter user name. |
Usage
Perl
$cmdr->modifySearchFilter( "test-displayName", # displayName "test-objectType" # objectType # optionals );
ectool
ectool modifySearchFilter \ "test-displayName" `# displayName` \ "test-objectType" `# objectType` \ # optionals