Back to index
Summary
Creates a new custom filter for the currently logged in user.displayNameStringrequiredSearch filter name. objectTypeStringrequiredObject type. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. searchQueryStringoptionalSearch filter query CLOB. sharedBooleanoptionalFlag indicating whether the filter is public or private. |
Usage
Perl
$cmdr->createSearchFilter( "test-displayName", # displayName "test-objectType" # objectType # optionals );
ectool
ectool createSearchFilter \ "test-displayName" `# displayName` \ "test-objectType" `# objectType` \ # optionals