Package | Description |
---|---|
org.guvnor.ala.pipeline.execution | |
org.guvnor.ala.pipeline.execution.impl |
Modifier and Type | Method and Description |
---|---|
static PipelineExecutorTaskManager.ExecutionMode |
PipelineExecutorTaskManager.ExecutionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineExecutorTaskManager.ExecutionMode[] |
PipelineExecutorTaskManager.ExecutionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
PipelineExecutorTaskManager.execute(PipelineExecutorTaskDef taskDef,
PipelineExecutorTaskManager.ExecutionMode executionMode)
Starts the execution of a task based on the taskDef provided as parameter.
|
Modifier and Type | Method and Description |
---|---|
String |
PipelineExecutorTaskManagerImpl.execute(PipelineExecutorTaskDef taskDef,
PipelineExecutorTaskManager.ExecutionMode executionMode) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.