Sha256: d38f4e07294fa1b3362c52ac3a5f8e5623f68eacc901b6b7837f1698e2536098

Contents?: true

Size: 474 Bytes

Versions: 24

Compression:

Stored size: 474 Bytes

Contents

module Actions
  module Pulp
    module Repository
      class UpdateImporter < Pulp::Abstract
        input_format do
          param :repo_id
          param :id
          param :config
          param :capsule_id
        end

        def run
          output[:response] = pulp_resources.repository.
              update_importer(*input.values_at(:repo_id, :id, :config))
        end

        def run_progress_weight
          0.01
        end
      end
    end
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
katello-3.4.0.2 app/lib/actions/pulp/repository/update_importer.rb
katello-3.4.0.1 app/lib/actions/pulp/repository/update_importer.rb
katello-3.3.2 app/lib/actions/pulp/repository/update_importer.rb
katello-3.4.0 app/lib/actions/pulp/repository/update_importer.rb
katello-3.4.0.rc2 app/lib/actions/pulp/repository/update_importer.rb
katello-3.4.0.rc1 app/lib/actions/pulp/repository/update_importer.rb
katello-3.3.1.1 app/lib/actions/pulp/repository/update_importer.rb
katello-3.3.1 app/lib/actions/pulp/repository/update_importer.rb
katello-3.3.0.1 app/lib/actions/pulp/repository/update_importer.rb
katello-3.3.0 app/lib/actions/pulp/repository/update_importer.rb
katello-3.3.0.rc2 app/lib/actions/pulp/repository/update_importer.rb
katello-3.3.0.rc1.1 app/lib/actions/pulp/repository/update_importer.rb
katello-3.3.0.rc1 app/lib/actions/pulp/repository/update_importer.rb
katello-3.2.1.1 app/lib/actions/pulp/repository/update_importer.rb
katello-3.2.1 app/lib/actions/pulp/repository/update_importer.rb
katello-3.2.0 app/lib/actions/pulp/repository/update_importer.rb
katello-3.2.0.rc3 app/lib/actions/pulp/repository/update_importer.rb
katello-3.2.0.rc2 app/lib/actions/pulp/repository/update_importer.rb
katello-3.2.0.rc1.1 app/lib/actions/pulp/repository/update_importer.rb
katello-3.2.0.rc1 app/lib/actions/pulp/repository/update_importer.rb