Sha256: 7465a2679751897d8bab5dc657da12daf0e3232ec509dde58b1d21250eef2bca

Contents?: true

Size: 451 Bytes

Versions: 153

Compression:

Stored size: 451 Bytes

Contents

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

        def invoke_external_task
          smart_proxy_service = ::Katello::Pulp3::SmartProxyRepository.instance_for_type(smart_proxy)
          smart_proxy_service.delete_orphan_distributions
        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/delete_orphan_distributions.rb
katello-4.15.1 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_distributions.rb
katello-4.16.0.rc2 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_distributions.rb
katello-4.16.0.rc1 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_distributions.rb
katello-4.14.3 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_distributions.rb
katello-4.14.2 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_distributions.rb
katello-4.15.0 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_distributions.rb
katello-4.15.0.rc2 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_distributions.rb
katello-4.15.0.rc1 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_distributions.rb
katello-4.14.1 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_distributions.rb
katello-4.14.0 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_distributions.rb
katello-4.14.0.rc3 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_distributions.rb
katello-4.14.0.rc2 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_distributions.rb
katello-4.14.0.rc1.1 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_distributions.rb
katello-4.14.0.rc1 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_distributions.rb
katello-4.13.1 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_distributions.rb
katello-4.13.0 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_distributions.rb
katello-4.12.1 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_distributions.rb
katello-4.13.0.rc1 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_distributions.rb
katello-4.12.0 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_distributions.rb