2017-08-17 22:00:37 +05:30
|
|
|
# This class is to be removed with 9.1
|
|
|
|
# We should also by then remove BuildsEmailService from database
|
2015-12-23 02:04:40 +05:30
|
|
|
class BuildsEmailService < Service
|
2017-08-17 22:00:37 +05:30
|
|
|
def self.to_param
|
2015-12-23 02:04:40 +05:30
|
|
|
'builds_email'
|
|
|
|
end
|
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
def self.supported_events
|
|
|
|
%w[]
|
2015-12-23 02:04:40 +05:30
|
|
|
end
|
|
|
|
end
|