Sha256: 50468c023e539e0c152ac2be530e92a1e561a5de3a78ae5bbf855ff469f1361e

Contents?: true

Size: 425 Bytes

Versions: 219

Compression:

Stored size: 425 Bytes

Contents

module Actions
  module Candlepin
    module Owner
      class UpstreamUpdate < Candlepin::Abstract
        input_format do
          param :organization_id
          param :upstream
        end

        def run
          organization = ::Organization.find(input[:organization_id])
          output[:response] = organization.redhat_provider.owner_upstream_update(input[:upstream], {})
        end
      end
    end
  end
end

Version data entries

219 entries across 219 versions & 1 rubygems

Version Path
katello-4.14.2 app/lib/actions/candlepin/owner/upstream_update.rb
katello-4.15.0 app/lib/actions/candlepin/owner/upstream_update.rb
katello-4.15.0.rc2 app/lib/actions/candlepin/owner/upstream_update.rb
katello-4.15.0.rc1 app/lib/actions/candlepin/owner/upstream_update.rb
katello-4.14.1 app/lib/actions/candlepin/owner/upstream_update.rb
katello-4.14.0 app/lib/actions/candlepin/owner/upstream_update.rb
katello-4.14.0.rc3 app/lib/actions/candlepin/owner/upstream_update.rb
katello-4.14.0.rc2 app/lib/actions/candlepin/owner/upstream_update.rb
katello-4.14.0.rc1.1 app/lib/actions/candlepin/owner/upstream_update.rb
katello-4.14.0.rc1 app/lib/actions/candlepin/owner/upstream_update.rb
katello-4.13.1 app/lib/actions/candlepin/owner/upstream_update.rb
katello-4.13.0 app/lib/actions/candlepin/owner/upstream_update.rb
katello-4.12.1 app/lib/actions/candlepin/owner/upstream_update.rb
katello-4.13.0.rc1 app/lib/actions/candlepin/owner/upstream_update.rb
katello-4.12.0 app/lib/actions/candlepin/owner/upstream_update.rb
katello-4.12.0.rc3 app/lib/actions/candlepin/owner/upstream_update.rb
katello-4.12.0.rc2 app/lib/actions/candlepin/owner/upstream_update.rb
katello-4.12.0.rc1 app/lib/actions/candlepin/owner/upstream_update.rb
katello-4.11.1 app/lib/actions/candlepin/owner/upstream_update.rb
katello-4.11.0 app/lib/actions/candlepin/owner/upstream_update.rb