createSearchFilter
Creates a new custom filter for the currently logged in user.
Arguments
Argument Name | Type | Description |
---|---|---|
objectType |
String |
Object type.(Required) |
displayName |
String |
Search filter name.(Required) |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
searchQuery |
String |
Search filter query CLOB. |
shared |
Boolean |
Flag indicating whether the filter is public or private. |
deleteSearchFilter
getSearchFilter
getSearchFilters
modifySearchFilter
Modifies an existing search filter.
Arguments
Argument Name | Type | Description |
---|---|---|
objectType |
String |
Object type.(Required) |
displayName |
String |
Search filter name.(Required) |
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. |
newObjectType |
String |
Search filter entity type. |
searchQuery |
String |
Search filter query CLOB. |
shared |
Boolean |
Flag indicating whether the filter is public or private. |
userName |
String |
Search filter user name. |