Class: Actions::AbstractAsyncTask
- Inherits:
-
EntryAction
- Object
- EntryAction
- Actions::AbstractAsyncTask
- Defined in:
- app/lib/actions/abstract_async_task.rb
Direct Known Subclasses
Katello::Product::RepositoriesGpgReset, Katello::Provider::ManifestDelete, Katello::Provider::ManifestImport, Katello::Provider::ManifestRefresh, Katello::RepositorySet::ScanCdn
Instance Method Summary collapse
Instance Method Details
#humanized_output ⇒ Object
5 6 7 |
# File 'app/lib/actions/abstract_async_task.rb', line 5 def humanized_output "" end |
#rescue_strategy ⇒ Object
9 10 11 |
# File 'app/lib/actions/abstract_async_task.rb', line 9 def rescue_strategy Dynflow::Action::Rescue::Skip end |