2017-03-17 19:06:11 -04:00
|
|
|
# This class is to be removed with 9.1
|
|
|
|
# We should also by then remove BuildsEmailService from database
|
2015-12-07 07:23:23 -05:00
|
|
|
class BuildsEmailService < Service
|
2016-12-27 07:44:24 -05:00
|
|
|
def self.to_param
|
2015-12-07 07:23:23 -05:00
|
|
|
'builds_email'
|
|
|
|
end
|
|
|
|
|
2016-12-27 07:44:24 -05:00
|
|
|
def self.supported_events
|
2017-03-17 19:06:11 -04:00
|
|
|
%w[]
|
2015-12-07 07:23:23 -05:00
|
|
|
end
|
|
|
|
end
|