Back to index
Summary
Modifies an existing search filter.objectTypeStringrequiredObject type. displayNameStringrequiredSearch filter name. 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
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.modifySearchFilter( objectType: "test-objectType", displayName: "test-displayName" /* optional arguments */ )