Class: Actions::Pulp::Repository::AssociateImporter
- Inherits:
-
AbstractAsyncTask
- Object
- Base
- Abstract
- AbstractAsyncTask
- Actions::Pulp::Repository::AssociateImporter
- Defined in:
- app/lib/actions/pulp/repository/associate_importer.rb
Constant Summary
Constants inherited from AbstractAsyncTask
AbstractAsyncTask::FINISHED_STATES
Instance Method Summary collapse
Methods inherited from AbstractAsyncTask
#cancel, #cancel!, #done?, #external_task, #humanized_state, #rescue_external_task, #run
Methods inherited from Abstract
#pulp_extensions, #pulp_resources
Instance Method Details
#invoke_external_task ⇒ Object
13 14 15 |
# File 'app/lib/actions/pulp/repository/associate_importer.rb', line 13 def invoke_external_task pulp_resources.repository.associate_importer(*input.values_at(:repo_id, :type_id, :config)) end |