gitlab-org--gitlab-foss/app/services/issues
Adam Niedzielski 1105597303 Refactor JiraService by moving code out of JiraService#execute method
The implicit interface of project services states that the "execute"
method is meant to be called when project hooks are executed.
Currently JiraService does not support any project events even though
JiraService#supported_events says that "commit" and "merge_request"
are supported. They are only used to render correct options in
JIRA configuration screen, but they are not supported.
Because of that, this commit makes "execute" method a no-op.
2016-12-01 09:45:06 +01:00
..
base_service.rb
close_service.rb Refactor JiraService by moving code out of JiraService#execute method 2016-12-01 09:45:06 +01:00
create_service.rb
move_service.rb
reopen_service.rb
update_service.rb