Sha256: 72b62f87184b17fcb3bc820ab1776d3a356625ff422835a4594623ce9e8f0f28

Contents?: true

Size: 665 Bytes

Versions: 47

Compression:

Stored size: 665 Bytes

Contents

module Actions
  module Pulp3
    module Orchestration
      module Repository
        class RefreshRepos < Pulp3::AbstractAsyncTask
          include ::Actions::Katello::CapsuleContent::RefreshRepos
          input_format do
            param :smart_proxy_id
            param :environment_id
            param :content_view_id
            param :repository_id
          end
          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

47 entries across 47 versions & 1 rubygems

Version Path
katello-3.15.0.1 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-3.15.0 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-3.15.0.rc2 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-3.15.0.rc1.3 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-3.15.0.rc1.2 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-3.15.0.rc1.1 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb
katello-3.15.0.rc1 app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb