Package | Description |
---|---|
com.asakusafw.testdriver.compiler |
Asakusa DSL TestKit Compiler API.
|
com.asakusafw.testdriver.compiler.basic |
Basic implementations of Asakusa DSL TestKit Compiler.
|
com.asakusafw.testdriver.tools.runner |
Asakusa batch application runner using test driver facilities.
|
com.asakusafw.workflow.cli.common |
Common classes for CLI.
|
com.asakusafw.workflow.executor |
Provides workflow executors.
|
com.asakusafw.workflow.executor.basic |
Basic implementations of workflow executions.
|
com.asakusafw.workflow.model.basic |
Basic implementations of workflow models.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BatchMirror
Represents a batch.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicBatchMirror
A basic implementation of
BatchMirror . |
Constructor and Description |
---|
Configuration(TestDriverContext context,
BatchInfo script,
String executionIdPrefix)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
BatchInfo |
WorkflowParameter.getBatchInfo(ExecutionContext context)
Returns workflow information.
|
Modifier and Type | Method and Description |
---|---|
default void |
BatchExecutor.execute(ExecutionContext context,
BatchInfo batch)
Executes the given batch without any batch arguments.
|
void |
BatchExecutor.execute(ExecutionContext context,
BatchInfo batch,
Map<String,String> arguments)
Executes the given batch.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicBatchExecutor.execute(ExecutionContext context,
BatchInfo batch,
Map<String,String> arguments) |
Modifier and Type | Class and Description |
---|---|
class |
BasicBatchInfo
A basic implementation of
BatchInfo . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.