Class: Commits::CherryPickService
- Inherits:
-
ChangeService
- Object
- BaseService
- CreateService
- ChangeService
- Commits::CherryPickService
- Defined in:
- app/services/commits/cherry_pick_service.rb
Constant Summary
Constants inherited from CreateService
Commits::CreateService::ValidationError
Instance Attribute Summary
Attributes inherited from BaseService
#current_user, #params, #project
Instance Method Summary collapse
Methods inherited from ChangeService
Methods inherited from CreateService
Methods inherited from BaseService
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
Constructor Details
This class inherits a constructor from Commits::ChangeService
Instance Method Details
#create_commit! ⇒ Object
5 6 7 8 9 |
# File 'app/services/commits/cherry_pick_service.rb', line 5 def create_commit! commit_change(:cherry_pick).tap do |sha| track_mr_picking(sha) end end |