Back to index
Summary
Runs the Discover procedure in a plugin to discover contents of a list or set of resources, and store settings for them in theec_discovery
property sheets.resourceNameArray<Unknown>optionalList of resources to use for discovery. configurationNameStringoptionalThe name of the plugin configuration. environmentNameStringoptionalThe name of the environment. environmentTierNameStringoptionalThe name of the environment tier. pluginKeyStringoptionalVersion independent name of the plugin. pluginNameStringoptionalThe name of the plugin. projectNameStringoptionalThe name of the project. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.runDiscovery( /* optional arguments */ )