com.dtolabs.rundeck.core.execution.workflow
Class WorkflowImpl

java.lang.Object
  extended by com.dtolabs.rundeck.core.execution.workflow.WorkflowImpl
All Implemented Interfaces:
IWorkflow

public class WorkflowImpl
extends java.lang.Object
implements IWorkflow

WorkflowImpl is ...


Constructor Summary
WorkflowImpl(java.util.List<StepExecutionItem> commands, int threadcount, boolean keepgoing, java.lang.String strategy)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.util.List<StepExecutionItem> getCommands()
           
 java.lang.String getStrategy()
           
 int getThreadcount()
           
 int hashCode()
           
 boolean isKeepgoing()
           
 void setCommands(java.util.List<StepExecutionItem> commands)
           
 void setKeepgoing(boolean keepgoing)
           
 void setStrategy(java.lang.String strategy)
           
 void setThreadcount(int threadcount)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkflowImpl

public WorkflowImpl(java.util.List<StepExecutionItem> commands,
                    int threadcount,
                    boolean keepgoing,
                    java.lang.String strategy)
Method Detail

getCommands

public java.util.List<StepExecutionItem> getCommands()
Specified by:
getCommands in interface IWorkflow

setCommands

public void setCommands(java.util.List<StepExecutionItem> commands)

getThreadcount

public int getThreadcount()
Specified by:
getThreadcount in interface IWorkflow

setThreadcount

public void setThreadcount(int threadcount)

isKeepgoing

public boolean isKeepgoing()
Specified by:
isKeepgoing in interface IWorkflow

setKeepgoing

public void setKeepgoing(boolean keepgoing)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getStrategy

public java.lang.String getStrategy()
Specified by:
getStrategy in interface IWorkflow

setStrategy

public void setStrategy(java.lang.String strategy)