Sha256: 5a25fc1d6000cfb77f05bb419e88b66ea967b032271ac9291d4d771b907096d1

Contents?: true

Size: 490 Bytes

Versions: 99

Compression:

Stored size: 490 Bytes

Contents

module Actions
  module Pulp3
    module Orchestration
      module Repository
        class RefreshRepos < Pulp3::AbstractAsyncTask
          include ::Actions::Katello::CapsuleContent::RefreshRepos

          def fetch_proxy_service(smart_proxy)
            ::Katello::Pulp3::SmartProxyRepository.instance_for_type(smart_proxy)
          end

          def act_on_repo?(repo, smart_proxy)
            smart_proxy.pulp3_support?(repo)
          end
        end
      end
    end
  end
end

Version data entries

99 entries across 99 versions & 1 rubygems

Version Path
katello-4.10.0 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-4.9.2 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-4.10.0.rc2 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-4.10.0.rc1 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-4.8.4 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-4.9.1 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-4.8.3 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-4.9.0 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-4.7.6 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-4.8.2 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-4.9.0.rc2 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-4.9.0.rc1 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-4.8.1 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-4.7.5 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-4.8.0 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-4.8.0.rc2 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-4.7.4 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-4.8.0.rc1 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-4.7.3 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-4.7.2 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb