public interface BaseStep
| Modifier and Type | Method and Description |
|---|---|
org.json.simple.JSONObject |
execute(JsonStepLogger logger,
Map<String,Object> context)
Execute this step with given logger and context objects.
|
org.json.simple.JSONObject execute(JsonStepLogger logger, Map<String,Object> context) throws Exception
logger - Step logger.context - Context objects.Exception - In case of a failure.Copyright © 2016–2017 Lime - HighTech Solutions Inc.. All rights reserved.