Module: Brainiac::Plugins::Fizzy::Hooks
- Defined in:
- lib/brainiac/plugins/fizzy/hooks.rb
Overview
Registers all Fizzy lifecycle hooks with the core event system.
Class Method Summary collapse
Class Method Details
.register_all! ⇒ Object
9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
# File 'lib/brainiac/plugins/fizzy/hooks.rb', line 9 def register_all! register_agent_completed register_agent_crashed register_pre_dispatch register_brain_context register_pr_merged register_pr_review_received register_pr_synchronized register_production_deployed register_create_work_item register_server_started register_detect_cli_provider register_detect_effort end |