Sha256: e55682579855d7236b9e7e1c7aaa508fbf13c3a8f7ef66c150a85c248932c8ae

Contents?: true

Size: 367 Bytes

Versions: 12

Compression:

Stored size: 367 Bytes

Contents

module Actions
  module Pulp3
    module OrphanCleanup
      class PurgeCompletedTasks < Pulp3::AbstractAsyncTask
        def plan(smart_proxy)
          plan_self(:smart_proxy_id => smart_proxy.id)
        end

        def run
          output[:pulp_tasks] = ::Katello::Pulp3::Api::Core.new(smart_proxy).purge_completed_tasks
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
katello-4.14.2 app/lib/actions/pulp3/orphan_cleanup/purge_completed_tasks.rb
katello-4.15.0 app/lib/actions/pulp3/orphan_cleanup/purge_completed_tasks.rb
katello-4.15.0.rc2 app/lib/actions/pulp3/orphan_cleanup/purge_completed_tasks.rb
katello-4.15.0.rc1 app/lib/actions/pulp3/orphan_cleanup/purge_completed_tasks.rb
katello-4.14.1 app/lib/actions/pulp3/orphan_cleanup/purge_completed_tasks.rb
katello-4.14.0 app/lib/actions/pulp3/orphan_cleanup/purge_completed_tasks.rb
katello-4.14.0.rc3 app/lib/actions/pulp3/orphan_cleanup/purge_completed_tasks.rb
katello-4.14.0.rc2 app/lib/actions/pulp3/orphan_cleanup/purge_completed_tasks.rb
katello-4.14.0.rc1.1 app/lib/actions/pulp3/orphan_cleanup/purge_completed_tasks.rb
katello-4.14.0.rc1 app/lib/actions/pulp3/orphan_cleanup/purge_completed_tasks.rb
katello-4.13.1 app/lib/actions/pulp3/orphan_cleanup/purge_completed_tasks.rb
katello-4.13.0 app/lib/actions/pulp3/orphan_cleanup/purge_completed_tasks.rb