Class: Actions::Pulp3::Orchestration::Repository::Update

Inherits:
Abstract
  • Object
show all
Defined in:
app/lib/actions/pulp3/orchestration/repository/update.rb

Instance Method Summary collapse

Methods inherited from Abstract

#smart_proxy

Instance Method Details

#plan(repository, smart_proxy) ⇒ Object



6
7
8
9
10
# File 'app/lib/actions/pulp3/orchestration/repository/update.rb', line 6

def plan(repository, smart_proxy)
  plan_action(Actions::Pulp3::Repository::UpdateRepository, repository, smart_proxy)
  plan_action(Actions::Pulp3::Repository::UpdateRemote, repository, smart_proxy)
  plan_action(Actions::Pulp3::Repository::RefreshDistribution, repository, smart_proxy)
end