#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 add_hook :web do
string :url string :url
end end
add_hook :hipchat do # temporarily disabled
string :auth_token, :room, :restrict_to_branch # add_hook :hipchat do
boolean :notify # string :auth_token, :room, :restrict_to_branch
end # boolean :notify
# end
add_hook :irc do add_hook :irc do
string :server, :port, :room, :nick, :branch_regexes string :server, :port, :room, :nick, :branch_regexes
password :password password :password