#34: temporarily disabled hipchat

This commit is contained in:
Vokhmin Alexey V 2013-04-17 16:05:33 +04:00
parent da4e999fac
commit fedde197ca
1 changed files with 5 additions and 4 deletions

View File

@ -36,10 +36,11 @@ module Modules::Models::WebHooks
add_hook :web do
string :url
end
add_hook :hipchat do
string :auth_token, :room, :restrict_to_branch
boolean :notify
end
# temporarily disabled
# add_hook :hipchat do
# string :auth_token, :room, :restrict_to_branch
# boolean :notify
# end
add_hook :irc do
string :server, :port, :room, :nick, :branch_regexes
password :password