Sha256: 9e88219ef68af9746fab6d966802b8e103ff44c4564b50ca8c528dce70073504

Contents?: true

Size: 371 Bytes

Versions: 153

Compression:

Stored size: 371 Bytes

Contents

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

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

Version data entries

153 entries across 153 versions & 1 rubygems

Version Path
katello-4.16.0 app/lib/actions/pulp3/orphan_cleanup/remove_orphans.rb
katello-4.15.1 app/lib/actions/pulp3/orphan_cleanup/remove_orphans.rb
katello-4.16.0.rc2 app/lib/actions/pulp3/orphan_cleanup/remove_orphans.rb
katello-4.16.0.rc1 app/lib/actions/pulp3/orphan_cleanup/remove_orphans.rb
katello-4.14.3 app/lib/actions/pulp3/orphan_cleanup/remove_orphans.rb
katello-4.14.2 app/lib/actions/pulp3/orphan_cleanup/remove_orphans.rb
katello-4.15.0 app/lib/actions/pulp3/orphan_cleanup/remove_orphans.rb
katello-4.15.0.rc2 app/lib/actions/pulp3/orphan_cleanup/remove_orphans.rb
katello-4.15.0.rc1 app/lib/actions/pulp3/orphan_cleanup/remove_orphans.rb
katello-4.14.1 app/lib/actions/pulp3/orphan_cleanup/remove_orphans.rb
katello-4.14.0 app/lib/actions/pulp3/orphan_cleanup/remove_orphans.rb
katello-4.14.0.rc3 app/lib/actions/pulp3/orphan_cleanup/remove_orphans.rb
katello-4.14.0.rc2 app/lib/actions/pulp3/orphan_cleanup/remove_orphans.rb
katello-4.14.0.rc1.1 app/lib/actions/pulp3/orphan_cleanup/remove_orphans.rb
katello-4.14.0.rc1 app/lib/actions/pulp3/orphan_cleanup/remove_orphans.rb
katello-4.13.1 app/lib/actions/pulp3/orphan_cleanup/remove_orphans.rb
katello-4.13.0 app/lib/actions/pulp3/orphan_cleanup/remove_orphans.rb
katello-4.12.1 app/lib/actions/pulp3/orphan_cleanup/remove_orphans.rb
katello-4.13.0.rc1 app/lib/actions/pulp3/orphan_cleanup/remove_orphans.rb
katello-4.12.0 app/lib/actions/pulp3/orphan_cleanup/remove_orphans.rb