Class: Commits::RevertService

Inherits:
ChangeService show all
Defined in:
app/services/commits/revert_service.rb

Constant Summary

Constants inherited from CreateService

CreateService::ValidationError

Instance Attribute Summary

Attributes inherited from BaseService

#current_user, #params, #project

Instance Method Summary collapse

Methods inherited from ChangeService

#initialize

Methods inherited from CreateService

#execute, #initialize

Methods inherited from BaseService

#initialize

Methods included from BaseServiceUtility

#deny_visibility_level, #event_service, #log_error, #log_info, #notification_service, #system_hook_service, #todo_service, #visibility_level

Methods included from Gitlab::Allowable

#can?

Constructor Details

This class inherits a constructor from Commits::ChangeService

Instance Method Details

#create_commit!Object



5
6
7
# File 'app/services/commits/revert_service.rb', line 5

def create_commit!
  commit_change(:revert)
end