Method: Blend::Status::Repo#resolve_hipchat_hook
- Defined in:
- lib/blend/status/repo.rb
#resolve_hipchat_hook ⇒ Object
28 29 30 31 |
# File 'lib/blend/status/repo.rb', line 28 def resolve_hipchat_hook puts "Adding hipchat hook...".yellow Blend::CLI::Github.new.add_hipchat( repo['full_name'], @project.hipchat ) if @project.hipchat end |