Package | Description |
---|---|
com.github.dexecutor.core | |
com.github.dexecutor.core.task |
Class and Description |
---|
ExecutionResult
Holds execution result of a node identified by id
|
Task
Represent a unit of execution in Dexecutor framework
|
TaskExecutionException
Tasks can throw this exception to report any issues encountered during task execution
|
TaskProvider
A Task Provider provides Tasks to be executed, when it comes to execution
|
Class and Description |
---|
ExecutionResult
Holds execution result of a node identified by id
|
ExecutionResults
Wrapper class around @ExecutionResult
|
ExecutionStatus
Represents Tasks Execution status
ERRORED : Task Execution was in error
SKIPPED : Task Execution was skipped
SUCCESS : Task Execution was successful
|
Task
Represent a unit of execution in Dexecutor framework
|
Copyright © 2016 Dexecutor. All rights reserved.