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-4.7.6 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.7.5 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.7.4 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.7.3 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.7.2 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.7.1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.6.2.1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.6.2 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.7.0 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.6.1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.7.0.rc2 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.7.0.rc1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.4.2.2 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.4.2.1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.4.2 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.5.1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.6.0 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.6.0.rc2 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.6.0.rc1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.5.0 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb