Sha256: 9a8ce373dc439d252d1bbaea4d75b883140f420fb6d2b032667438e79fbf1adb

Contents?: true

Size: 359 Bytes

Versions: 21

Compression:

Stored size: 359 Bytes

Contents

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

        def run
          organization = ::Organization.find(input[:organization_id])
          organization.redhat_provider.import_products_from_cp
        end
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
katello-3.5.1 app/lib/actions/candlepin/owner/import_products.rb
katello-3.5.0.1 app/lib/actions/candlepin/owner/import_products.rb
katello-3.5.0 app/lib/actions/candlepin/owner/import_products.rb
katello-3.5.0.rc2 app/lib/actions/candlepin/owner/import_products.rb
katello-3.5.0.rc1 app/lib/actions/candlepin/owner/import_products.rb
katello-3.4.4 app/lib/actions/candlepin/owner/import_products.rb
katello-3.4.2 app/lib/actions/candlepin/owner/import_products.rb
katello-3.4.1 app/lib/actions/candlepin/owner/import_products.rb
katello-3.4.0.2 app/lib/actions/candlepin/owner/import_products.rb
katello-3.4.0.1 app/lib/actions/candlepin/owner/import_products.rb
katello-3.3.2 app/lib/actions/candlepin/owner/import_products.rb
katello-3.4.0 app/lib/actions/candlepin/owner/import_products.rb
katello-3.4.0.rc2 app/lib/actions/candlepin/owner/import_products.rb
katello-3.4.0.rc1 app/lib/actions/candlepin/owner/import_products.rb
katello-3.3.1.1 app/lib/actions/candlepin/owner/import_products.rb
katello-3.3.1 app/lib/actions/candlepin/owner/import_products.rb
katello-3.3.0.1 app/lib/actions/candlepin/owner/import_products.rb
katello-3.3.0 app/lib/actions/candlepin/owner/import_products.rb
katello-3.3.0.rc2 app/lib/actions/candlepin/owner/import_products.rb
katello-3.3.0.rc1.1 app/lib/actions/candlepin/owner/import_products.rb