Back to index
Summary
Retrieves a hook associated in an entity.projectNameStringoptionalProjectName of the entity that owns the hook. resourceTemplateNameStringoptionalName of the resource template. hookNameStringrequiredName for the hook; must be unique among all hooks. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getHook( hookName: "test-hookName" /* optional arguments */ )