Sha256: 5c3448cdaf698908cd0a0d768bcf1ef81e770d37ff11f21e1e9789101aae41e0

Contents?: true

Size: 546 Bytes

Versions: 12

Compression:

Stored size: 546 Bytes

Contents

module Actions
  module Pulp3
    module Orchestration
      module Repository
        class RemoveUnits < Pulp3::Abstract
          include Actions::Helpers::OutputPropagator

          def plan(repository, smart_proxy, options)
            sequence do
              action_output = plan_action(Actions::Pulp3::Repository::RemoveUnits, repository, smart_proxy, options).output
              plan_action(Pulp3::Repository::SaveVersion, repository, action_output[:pulp_tasks])
            end
          end
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
katello-3.14.1 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-3.13.4 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-3.14.0 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-3.13.3 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-3.14.0.rc2 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-3.13.2 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-3.14.0.rc1 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-3.13.1 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-3.13.0 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-3.13.0.rc2.1 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-3.13.0.rc2 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-3.13.0.rc1 app/lib/actions/pulp3/orchestration/repository/remove_units.rb