Sha256: 631739e7a6eb13d89c158bb9f6cb9390e102fc59b16cdbc8a9e8bd67b09e9a36

Contents?: true

Size: 644 Bytes

Versions: 6

Compression:

Stored size: 644 Bytes

Contents

module Actions
  module Pulp3
    module Orchestration
      module Repository
        class Delete < Pulp3::Abstract
          def plan(repository, smart_proxy)
            sequence do
              plan_action(Actions::Pulp3::Repository::DeleteRemote, repository.id, smart_proxy)
              plan_action(Actions::Pulp3::Repository::DeletePublisher, repository.id, smart_proxy)
              plan_action(Actions::Pulp3::Repository::DeleteDistributions, repository.id, smart_proxy)
              plan_action(Actions::Pulp3::Repository::Delete, repository.id, smart_proxy)
            end
          end
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
katello-3.12.3 app/lib/actions/pulp3/orchestration/repository/delete.rb
katello-3.12.2 app/lib/actions/pulp3/orchestration/repository/delete.rb
katello-3.12.1 app/lib/actions/pulp3/orchestration/repository/delete.rb
katello-3.12.0 app/lib/actions/pulp3/orchestration/repository/delete.rb
katello-3.12.0.rc2 app/lib/actions/pulp3/orchestration/repository/delete.rb
katello-3.12.0.rc1 app/lib/actions/pulp3/orchestration/repository/delete.rb