Readd enum constant "skip" (#574)

Signed-off-by: Dominic Schabel <dominic.schabel@bosch-si.com>
This commit is contained in:
Dominic Schabel
2017-09-06 15:13:34 +02:00
committed by Kai Zimmermann
parent 1301dbad39
commit 2818c8505a

View File

@@ -64,10 +64,15 @@ public class DdiDeployment {
}
/**
* Handling type for the update action.
* The handling type for the update action.
*/
public enum HandlingType {
/**
* Not necessary for the command.
*/
SKIP("skip"),
/**
* Try to execute (local applications may intervene by SP control API).
*/