Sha256: b3793b0d8389edfa9be223ea3137683a1ee5b8b9d444ac08d7eb8fc3cbc949e7

Contents?: true

Size: 360 Bytes

Versions: 123

Compression:

Stored size: 360 Bytes

Contents

module Actions
  module Pulp
    module Orchestration
      module Repository
        class Refresh < Pulp::Abstract
          def plan(repository, smart_proxy, options = {})
            options[:capsule_id] = smart_proxy.id
            plan_action(Actions::Pulp::Repository::Refresh, repository, options)
          end
        end
      end
    end
  end
end

Version data entries

123 entries across 123 versions & 1 rubygems

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