Sha256: 2f2969d2fe7e0faeae5dfb10230f329045afbefc7a4c14e2f13fa0ecf5c63210

Contents?: true

Size: 309 Bytes

Versions: 115

Compression:

Stored size: 309 Bytes

Contents

module Actions
  module Pulp
    module OrphanCleanup
      class RemoveOrphans < Pulp::AbstractAsyncTask
        def plan(proxy)
          plan_self(:capsule_id => proxy.id)
        end

        def invoke_external_task
          pulp_resources.content.remove_orphans
        end
      end
    end
  end
end

Version data entries

115 entries across 115 versions & 1 rubygems

Version Path
katello-3.18.0.rc1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-3.17.0.rc2.2 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-3.17.0.rc2.1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-3.16.1.2 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-3.16.1.1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-3.17.0.rc2 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-3.16.1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-3.17.0.rc1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-3.16.0 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-3.16.0.rc5.1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-3.16.0.rc5 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-3.16.0.rc4.1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-3.15.3.1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-3.15.3 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-3.16.0.rc4 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-3.16.0.rc3.1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-3.15.2 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-3.16.0.rc3 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-3.16.0.rc2.1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-3.16.0.rc2 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb