(plan PushPlan)
| 21 | } |
| 22 | |
| 23 | func ShouldCreateDeployment(plan PushPlan) bool { |
| 24 | return plan.Strategy != "" |
| 25 | } |
| 26 | |
| 27 | func ShouldStopApplication(plan PushPlan) bool { |
| 28 | return plan.NoStart && plan.Application.State == constant.ApplicationStarted |
no outgoing calls
no test coverage detected