Class: Actions::Pulp3::OrphanCleanup::DeleteOrphanRepositoryVersions
- Inherits:
-
AbstractAsyncTask
- Object
- Pulp3::Abstract
- AbstractAsyncTask
- Actions::Pulp3::OrphanCleanup::DeleteOrphanRepositoryVersions
show all
- Defined in:
- app/lib/actions/pulp3/orphan_cleanup/delete_orphan_repository_versions.rb
Instance Method Summary
collapse
#cancel, #cancel!, #combined_tasks, #done?, #external_task, #humanized_state, #new_or_existing_objects, #pulp_tasks, #rescue_external_task, #task_groups
Instance Method Details
#plan(smart_proxy) ⇒ Object
5
6
7
|
# File 'app/lib/actions/pulp3/orphan_cleanup/delete_orphan_repository_versions.rb', line 5
def plan(smart_proxy)
plan_self(:smart_proxy_id => smart_proxy.id)
end
|
#rescue_strategy ⇒ Object
9
10
11
|
# File 'app/lib/actions/pulp3/orphan_cleanup/delete_orphan_repository_versions.rb', line 9
def rescue_strategy
Dynflow::Action::Rescue::Skip
end
|