Class: ForemanDeployments::Tasks::StackDeployAction
- Inherits:
-
BaseAction
- Object
- Actions::Base
- BaseAction
- ForemanDeployments::Tasks::StackDeployAction
- 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 |