public static class KeywordRunner.ExecutionContext extends Object
Modifier and Type | Field and Description |
---|---|
protected List<Class<?>> |
functionClasses |
Constructor and Description |
---|
ExecutionContext(List<Class<?>> functionClasses,
Map<String,String> properties,
boolean throwExceptionOnError) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Output<javax.json.JsonObject> |
run(String function) |
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) |
Output<javax.json.JsonObject> |
run(String function,
String argument) |
Output<javax.json.JsonObject> |
run(String function,
String argument,
Map<String,String> properties) |
void |
setThrowExceptionOnError(boolean throwExceptionOnError) |
public void setThrowExceptionOnError(boolean throwExceptionOnError)
public Output<javax.json.JsonObject> run(String function, String argument, Map<String,String> properties) throws Exception
Exception
public Output<javax.json.JsonObject> run(String function, String argument) throws Exception
Exception
public Output<javax.json.JsonObject> run(String function, javax.json.JsonObject argument) throws Exception
Exception
public Output<javax.json.JsonObject> run(String function, javax.json.JsonObject argument, Map<String,String> properties) throws Exception
Exception
public void close()
Copyright © 2020. All rights reserved.