Sha256: e0e017212cb5998d3f82803e86c59c6aaef1fb82313e23115cecafa96917e515

Contents?: true

Size: 342 Bytes

Versions: 111

Compression:

Stored size: 342 Bytes

Contents

module Actions
  module Pulp
    module Orchestration
      module Repository
        class RefreshIfNeeded < Pulp::Abstract
          def plan(repository, smart_proxy, _options = {})
            plan_action(Actions::Pulp::Repository::Refresh, repository, smart_proxy_id: smart_proxy.id)
          end
        end
      end
    end
  end
end

Version data entries

111 entries across 111 versions & 1 rubygems

Version Path
katello-4.7.6 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-4.7.5 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-4.7.4 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-4.7.3 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-4.7.2 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-4.7.1 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-4.6.2.1 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-4.6.2 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-4.7.0 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-4.6.1 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-4.7.0.rc2 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-4.7.0.rc1 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-4.4.2.2 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-4.4.2.1 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-4.4.2 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-4.5.1 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-4.6.0 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-4.6.0.rc2 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-4.6.0.rc1 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-4.5.0 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb