Sha256: a3257c372481221c9fcd2bd367efe6e45b9df61b29e468035bcf6dcecf16b9a8

Contents?: true

Size: 439 Bytes

Versions: 148

Compression:

Stored size: 439 Bytes

Contents

module Actions
  module Pulp3
    module OrphanCleanup
      class DeleteOrphanRemotes < 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_remotes
        end
      end
    end
  end
end

Version data entries

148 entries across 148 versions & 1 rubygems

Version Path
katello-3.16.0.rc1 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_remotes.rb
katello-3.15.0.1 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_remotes.rb
katello-3.15.0 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_remotes.rb
katello-3.15.0.rc2 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_remotes.rb
katello-3.15.0.rc1.3 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_remotes.rb
katello-3.15.0.rc1.2 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_remotes.rb
katello-3.15.0.rc1.1 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_remotes.rb
katello-3.15.0.rc1 app/lib/actions/pulp3/orphan_cleanup/delete_orphan_remotes.rb