Back to index
Summary
Pings all resources.blockBooleanoptionalIf true, the operation blocks until all resources have been pinged. enabledOnlyBooleanoptionalIf true, the operation checks only enabled resources. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.pingAllResources( /* optional arguments */ )