Back to index
Summary
Retrieves all search filters.For a list of object types in CloudBees CD/RO, refer to Object types in CloudBees CD/RO. |
objectTypeStringoptionalObject type. 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.getSearchFilters( /* optional arguments */ )