diff --git a/src/main/java/org/ois/plugin/Const.java b/src/main/java/org/ois/plugin/Const.java index 5ec18d7..f09ecfb 100644 --- a/src/main/java/org/ois/plugin/Const.java +++ b/src/main/java/org/ois/plugin/Const.java @@ -53,10 +53,14 @@ public static class Tasks { public static final String RUN_HTML_SIMULATION_TASK_NAME = "runHtml"; /** The 'Run HTML Simulation' task description **/ public static final String RUN_HTML_SIMULATION_TASK_DESCRIPTION = "Run the simulation as html (In dev mode), will be hosted at http://localhost:8080/"; - /** The 'Run HTML Simulation' task name **/ + /** The 'Run Desktop Simulation' task name **/ public static final String RUN_DESKTOP_SIMULATION_TASK_NAME = "runDesktop"; - /** The 'Run HTML Simulation' task description **/ + /** The 'Run Desktop Simulation' task description **/ public static final String RUN_DESKTOP_SIMULATION_TASK_DESCRIPTION = "Run the simulation (In dev mode) in a desktop window"; + /** The 'Run Android Simulation' task name **/ + public static final String RUN_ANDROID_SIMULATION_TASK_NAME = "runAndroid"; + /** The 'Run Android Simulation' task description **/ + public static final String RUN_ANDROID_SIMULATION_TASK_DESCRIPTION = "Run the simulation (In dev mode) in connected android device"; /** The 'Distribute Simulation task name **/ public static final String DISTRIBUTE_SIMULATION_TASK_NAME = "export"; /** The 'Distribute Simulation task description **/