com.dtolabs.rundeck.core.execution.workflow
Interface IWorkflow

All Known Implementing Classes:
WorkflowImpl

public interface IWorkflow

IWorkflow is ...


Method Summary
 java.util.List<StepExecutionItem> getCommands()
           
 java.lang.String getStrategy()
           
 int getThreadcount()
           
 boolean isKeepgoing()
           
 

Method Detail

getCommands

java.util.List<StepExecutionItem> getCommands()

getThreadcount

int getThreadcount()

isKeepgoing

boolean isKeepgoing()

getStrategy

java.lang.String getStrategy()