Hooks represents a collection of hooks extending the standard run lifecycle.
- afterApplyList of after-apply scripts.
- beforeApplyList of before-apply scripts.
- afterInitList of after-init scripts.
- beforeInitList of before-init scripts.
- afterPlanList of after-plan scripts.
- beforePlanList of before-plan scripts.
- afterPerformList of after-perform scripts.
- beforePerformList of before-perform scripts.
- afterDestroyList of after-destroy scripts.
- afterRunList of after-run scripts.
- beforeDestroyList of before-destroy scripts.