Class: Apadmi::Grout::FindTicketsToMoveAction
- Inherits:
-
Object
- Object
- Apadmi::Grout::FindTicketsToMoveAction
- Defined in:
- lib/apadmi/grout/actions/find_tickets_to_move_action/find_tickets_to_move_action.rb
Overview
Generic action for finding tickets to move
Direct Known Subclasses
Instance Method Summary collapse
-
#run(_component, _status, _excluded_ticket_keys, _custom_flag_messages = nil, _options = nil) ⇒ Array<Apadmi::Grout::Issue>
The issues ready to move.
Instance Method Details
#run(_component, _status, _excluded_ticket_keys, _custom_flag_messages = nil, _options = nil) ⇒ Array<Apadmi::Grout::Issue>
Returns the issues ready to move.
13 14 15 16 17 18 19 20 21 |
# File 'lib/apadmi/grout/actions/find_tickets_to_move_action/find_tickets_to_move_action.rb', line 13 def run( _component, _status, _excluded_ticket_keys, = nil, = nil ) raise "Unimplemented :(" end |