From 9ff1e897176c70c9046205421138c008b9d91953 Mon Sep 17 00:00:00 2001 From: Michael Hirsch Date: Wed, 3 Feb 2016 10:34:52 +0100 Subject: [PATCH] add javadoc parameter to simulatorcontroller Signed-off-by: Michael Hirsch --- .../hawkbit/simulator/SimulationController.java | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/examples/hawkbit-device-simulator/src/main/java/org/eclipse/hawkbit/simulator/SimulationController.java b/examples/hawkbit-device-simulator/src/main/java/org/eclipse/hawkbit/simulator/SimulationController.java index 4606f86bd..c1f358d89 100644 --- a/examples/hawkbit-device-simulator/src/main/java/org/eclipse/hawkbit/simulator/SimulationController.java +++ b/examples/hawkbit-device-simulator/src/main/java/org/eclipse/hawkbit/simulator/SimulationController.java @@ -46,6 +46,17 @@ public class SimulationController { * the amount of devices to be created * @param tenant * the tenant to create the device to + * @param api + * the api-protocol to be used either {@code dmf} or {@code ddi} + * @param endpoint + * the URL endpoint to be used of the hawkbit-update-server for + * DDI devices + * @param pollDelay + * number of delay in milliseconds to delay polling of DDI + * devices + * @param gatewayToken + * the hawkbit-update-server gatwaytoken in case authentication + * is enforced in hawkbit * @return a response string that devices has been created * @throws MalformedURLException */