Back to index
Summary
Retrieves all hooks associated with an entity.projectNameStringoptionalProjectName of the entity that owns the hook. resourceTemplateNameStringoptionalName of the resource template. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getHooks( /* optional arguments */ )