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.5.0.rc2 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.4.1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.5.0.rc1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.4.0.2 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.4.0.1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.3.1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.4.0 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.4.0.rc2 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.4.0.rc1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.2.2 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.3.0 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.3.0.rc4 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.3.0.rc3 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.3.0.rc2.1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.3.0.rc2 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.3.0.rc1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.2.1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.2.0.1 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.1.4 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb
katello-4.0.3 app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb