| Modifier and Type | Method and Description |
|---|---|
Parameters |
Parameters.clone() |
Parameters |
TestTask.execute(Parameters config) |
Parameters |
Parameters.getParent() |
Parameters |
Story.getSharedDataMap()
This map can be changed out side of the story, for example in task which running inside other thread
|
| Modifier and Type | Method and Description |
|---|---|
Parameters |
TestTask.execute(Parameters config) |
static List<String> |
Detective.getUserMessage(Parameters params) |
static void |
Detective.logUserMessage(Parameters params,
String msg)
The message is not only print into console, but aslo added into the output result section
|
static void |
Detective.logUserMessageAsTable(Parameters params,
String title,
Object table) |
void |
Parameters.putAll(Parameters parameters)
Copies all of the mappings from the specified map to this map
(optional operation).
|
void |
Parameters.putAllUnwrappered(Parameters parameters) |
void |
StoryRunner.runScenario(Scenario scenario,
Parameters config) |
void |
Story.setGlobalParameters(Parameters parameters) |
void |
Parameters.setParent(Parameters parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParametersImpl
Create a tree like parameters.
|
| Modifier and Type | Field and Description |
|---|---|
static Parameters |
ParametersImpl.EMPTY_PARAMETERS |
| Modifier and Type | Method and Description |
|---|---|
Parameters |
ParametersImpl.clone() |
Parameters |
ParametersImpl.getParent() |
Parameters |
SimpleStory.getSharedDataMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParametersImpl.putAll(Parameters parameters) |
void |
ParametersImpl.putAllUnwrappered(Parameters parameters) |
void |
SimpleStory.setGlobalParameters(Parameters parameters) |
void |
ParametersImpl.setParent(Parameters parent) |
| Constructor and Description |
|---|
ParametersImpl(Parameters parent) |
| Constructor and Description |
|---|
ScenarioDelegate(Parameters values) |
ScenarioDelegate(PropertyToStringDelegate parent,
String propertyName,
Parameters values) |
ShareDataAwardDelegate(Parameters values) |
ShareDataAwardDelegate(PropertyToStringDelegate parent,
String propertyName,
Parameters values) |
StoryDelegate(Parameters values) |
StoryDelegate(PropertyToStringDelegate parent,
String propertyName,
Parameters values) |
| Modifier and Type | Method and Description |
|---|---|
static List<Row> |
TableParser.asListOfRows(Parameters existsParameters,
groovy.lang.Closure<?> tableData) |
| Modifier and Type | Method and Description |
|---|---|
static Parameters |
GebSession.getParameters() |
protected Parameters |
GebDetectivePage.getParametersInner()
Get parameters from detective framework
|
static Parameters |
GebSession.setParameters(Parameters realParameters) |
| Modifier and Type | Method and Description |
|---|---|
static Parameters |
GebSession.setParameters(Parameters realParameters) |
| Modifier and Type | Field and Description |
|---|---|
protected Parameters |
PropertyToStringDelegate.values |
| Modifier and Type | Method and Description |
|---|---|
Parameters |
PropertyToStringDelegate.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleStoryRunner.runScenario(Scenario scenario,
Parameters config) |
| Constructor and Description |
|---|
ExpectClosureDelegate(Parameters values)
Create a new ROOT expect closure delegate
|
ExpectClosureDelegate(PropertyToStringDelegate parent,
String propertyName,
Parameters values) |
PropertyToStringDelegate(Parameters values)
Create a new ROOT expect closure delegate
|
PropertyToStringDelegate(PropertyToStringDelegate parent,
String propertyName,
Parameters values) |
| Modifier and Type | Method and Description |
|---|---|
Parameters |
DetectiveFactory.getParametersConfig() |
| Modifier and Type | Method and Description |
|---|---|
Parameters |
HttpServerTask.execute(Parameters config) |
Parameters |
AbstractTask.execute(Parameters config) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EchoTask.doExecute(Parameters config,
Parameters output) |
protected void |
HttpClientTask.doExecute(Parameters config,
Parameters output) |
protected abstract void |
AbstractTask.doExecute(Parameters config,
Parameters output) |
Parameters |
HttpServerTask.execute(Parameters config) |
Parameters |
AbstractTask.execute(Parameters config) |
protected Long |
AbstractTask.readAsLong(Parameters config,
String key,
Long defaultValue,
boolean isOptional,
String errorWhenNotPresent) |
protected <T> T |
AbstractTask.readAsObject(Parameters config,
String key,
T defaultValue,
boolean isOptional,
String errorMsg,
Class<T> clazz) |
protected String |
AbstractTask.readAsString(Parameters config,
String key,
String defaultValue,
boolean isOptional,
String errorWhenNotPresent) |
protected <T> T |
AbstractTask.readOptional(Parameters config,
String key,
T defaultValue,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
S3GetTask.doExecute(Parameters config,
Parameters output) |
protected void |
S3PutTask.doExecute(Parameters config,
Parameters output) |
protected void |
S3ListTask.doExecute(Parameters config,
Parameters output) |
protected void |
SQSSendTask.doExecute(Parameters config,
Parameters output) |
protected void |
AbstractAwsTask.doExecute(Parameters config,
Parameters output) |
static com.amazonaws.ClientConfiguration |
AwsUtils.getClientConfig(Parameters config) |
static com.amazonaws.auth.AWSCredentialsProvider |
AwsUtils.getCredentialProviderC(Parameters config) |
static com.amazonaws.regions.Region |
AwsUtils.getRegion(Parameters config) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebDriverTask.doExecute(Parameters config,
Parameters output) |
Copyright © 2019. All rights reserved.