public interface IWorkflow
Modifier and Type | Method and Description |
---|---|
java.util.List<StepExecutionItem> |
getCommands() |
java.util.Map<java.lang.String,java.lang.Object> |
getPluginConfig() |
java.lang.String |
getStrategy() |
int |
getThreadcount() |
boolean |
isKeepgoing() |
java.util.List<StepExecutionItem> getCommands()
int getThreadcount()
boolean isKeepgoing()
java.lang.String getStrategy()
java.util.Map<java.lang.String,java.lang.Object> getPluginConfig()