Sha256: 259f128bd71d5711c181c32c0acc64242164e6bbd1937818d2bb3fdd6a5a42e9

Contents?: true

Size: 553 Bytes

Versions: 153

Compression:

Stored size: 553 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, tasks: action_output[:pulp_tasks])
            end
          end
        end
      end
    end
  end
end

Version data entries

153 entries across 153 versions & 1 rubygems

Version Path
katello-4.16.0 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-4.15.1 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-4.16.0.rc2 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-4.16.0.rc1 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-4.14.3 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-4.14.2 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-4.15.0 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-4.15.0.rc2 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-4.15.0.rc1 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-4.14.1 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-4.14.0 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-4.14.0.rc3 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-4.14.0.rc2 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-4.14.0.rc1.1 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-4.14.0.rc1 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-4.13.1 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-4.13.0 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-4.12.1 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-4.13.0.rc1 app/lib/actions/pulp3/orchestration/repository/remove_units.rb
katello-4.12.0 app/lib/actions/pulp3/orchestration/repository/remove_units.rb