Sha256: a2ca3de63cef973a74e8913f61bb1674b3f1f628a9666ed8b1446f780872b7c4

Contents?: true

Size: 503 Bytes

Versions: 53

Compression:

Stored size: 503 Bytes

Contents

module Actions
  module Pulp
    module Repository
      class AssociateImporter < Pulp::AbstractAsyncTask
        input_format do
          param :repo_id
          param :type_id
          param :config
          param :hash
          param :capsule_id
        end

        def invoke_external_task
          pulp_resources.repository.associate_importer(*input.values_at(:repo_id, :type_id, :config))
        end

        def run_progress_weight
          0.01
        end
      end
    end
  end
end

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
katello-3.9.1 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.9.0 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.8.1 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.9.0.rc2 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.9.0.rc1 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.7.1.1 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.7.1 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.8.0 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.8.0.rc3 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.8.0.rc2 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.7.0 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.8.0.rc1 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.7.0.rc2 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.7.0.rc1 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.5.2 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.6.0 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.6.0.1.rc2 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.6.0.rc2 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.6.0.rc1 app/lib/actions/pulp/repository/associate_importer.rb
katello-3.5.1.1 app/lib/actions/pulp/repository/associate_importer.rb