public class WorkflowExecutionDispatch extends BasePOJO
Constructor and Description |
---|
WorkflowExecutionDispatch() |
Modifier and Type | Method and Description |
---|---|
void |
add(WorkflowExecutionDispatchItem pItem) |
java.util.List<WorkflowExecutionDispatchByEnvironment> |
getList() |
void |
sortByDeployPriority() |
java.lang.String |
toString()
Returns custom String representation implemented by walking complete object structure.
|
public java.lang.String toString()
BasePOJO
public void add(WorkflowExecutionDispatchItem pItem)
public void sortByDeployPriority()
public java.util.List<WorkflowExecutionDispatchByEnvironment> getList()