Interface IWorkflow
-
- All Known Implementing Classes:
WorkflowImpl
public interface IWorkflowIWorkflow is ...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<StepExecutionItem>getCommands()java.util.Map<java.lang.String,java.lang.Object>getPluginConfig()java.lang.StringgetStrategy()intgetThreadcount()booleanisKeepgoing()
-
-
-
Method Detail
-
getCommands
java.util.List<StepExecutionItem> getCommands()
-
getThreadcount
int getThreadcount()
-
isKeepgoing
boolean isKeepgoing()
-
getStrategy
java.lang.String getStrategy()
-
getPluginConfig
java.util.Map<java.lang.String,java.lang.Object> getPluginConfig()
-
-