Readd enum constant "skip" (#574)
Signed-off-by: Dominic Schabel <dominic.schabel@bosch-si.com>
This commit is contained in:
committed by
Kai Zimmermann
parent
1301dbad39
commit
2818c8505a
@@ -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).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user