Sha256: 8bd8872e5e14dbad08b88ffc3d6114856cf480b076b81ef904971e83c4545539

Contents?: true

Size: 473 Bytes

Versions: 50

Compression:

Stored size: 473 Bytes

Contents

module Actions
  module Pulp3
    module OrphanCleanup
      class DeleteOrphanAlternateContentSources < 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_alternate_content_sources
        end
      end
    end
  end
end

Version data entries

50 entries across 50 versions & 1 rubygems

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