| Constructor and Description |
|---|
Configuration(TestDriverContext context,
BatchInfo script,
String executionIdPrefix)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
RunTask.Configuration |
withCleanUp(boolean enable)
Sets whether jobflow clean up is enabled or not.
|
public Configuration(TestDriverContext context, BatchInfo script, String executionIdPrefix)
context - the current test driver contextscript - the target execution scriptexecutionIdPrefix - the execution ID prefix for each jobflow executionpublic RunTask.Configuration withCleanUp(boolean enable)
enable - true if it is enabledCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.