(plan PushPlan)
| 85 | } |
| 86 | |
| 87 | func (actor Actor) getTaskAppRuntimeSequence(plan PushPlan) []ChangeApplicationFunc { |
| 88 | var runtimeSequence []ChangeApplicationFunc |
| 89 | |
| 90 | runtimeSequence = append(runtimeSequence, actor.StagePackageForApplication) |
| 91 | runtimeSequence = append(runtimeSequence, actor.StopApplication) |
| 92 | runtimeSequence = append(runtimeSequence, actor.SetDropletForApplication) |
| 93 | |
| 94 | return runtimeSequence |
| 95 | } |
no outgoing calls
no test coverage detected