Sha256: a3c60bc88e9f3b331346344f5531be7d0e1f76d7b3da111441cb2205416163ae

Contents?: true

Size: 463 Bytes

Versions: 189

Compression:

Stored size: 463 Bytes

Contents

module Actions
  module Pulp
    module Consumer
      class UnassociateUnits < ::Actions::Pulp::AbstractAsyncTask
        input_format do
          param :capsule_id, Integer
          param :repo_pulp_id, String
        end

        def humanized_name
          _("Unassociate units in repository")
        end

        def invoke_external_task
          pulp_resources.repository.unassociate_units(input[:repo_pulp_id])
        end
      end
    end
  end
end

Version data entries

189 entries across 189 versions & 1 rubygems

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