Package step.handlers.javahandler
Class KeywordRunner.ExecutionContext
- java.lang.Object
-
- step.handlers.javahandler.KeywordRunner.ExecutionContext
-
- Enclosing class:
- KeywordRunner
public static class KeywordRunner.ExecutionContext extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Class<?>>
functionClasses
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
Output<javax.json.JsonObject>
run(String function)
Output<javax.json.JsonObject>
run(String function, String argument)
Output<javax.json.JsonObject>
run(String function, String argument, Map<String,String> properties)
Output<javax.json.JsonObject>
run(String function, javax.json.JsonObject argument)
Output<javax.json.JsonObject>
run(String function, javax.json.JsonObject argument, Map<String,String> properties)
void
setThrowExceptionOnError(boolean throwExceptionOnError)
-
-
-
Method Detail
-
setThrowExceptionOnError
public void setThrowExceptionOnError(boolean throwExceptionOnError)
-
run
public Output<javax.json.JsonObject> run(String function, String argument, Map<String,String> properties) throws Exception
- Throws:
Exception
-
run
public Output<javax.json.JsonObject> run(String function, String argument) throws Exception
- Throws:
Exception
-
run
public Output<javax.json.JsonObject> run(String function, javax.json.JsonObject argument) throws Exception
- Throws:
Exception
-
run
public Output<javax.json.JsonObject> run(String function, javax.json.JsonObject argument, Map<String,String> properties) throws Exception
- Throws:
Exception
-
close
public void close()
-
-