Back to index
Summary
Retrieves a search filter by name.For a list of object types in CloudBees CD/RO, refer to Object types in CloudBees CD/RO. |
objectTypeStringrequiredObject type. displayNameStringrequiredSearch filter name. 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.getSearchFilter( objectType: "test-objectType", displayName: "test-displayName" /* optional arguments */ )