Class: ForemanDeployments::Tasks::StackDeployAction

Inherits:
BaseAction
  • Object
show all
Defined in:
app/lib/foreman_deployments/tasks/stack_deploy_action.rb

Instance Method Summary collapse

Instance Method Details

#plan(stack_definition) ⇒ Object



4
5
6
7
# File 'app/lib/foreman_deployments/tasks/stack_deploy_action.rb', line 4

def plan(stack_definition)
  stack_definition.accept(ForemanDeployments::PlannerVisitor.new(self))
  plan_self
end