@Deprecated
public interface WorkflowController
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasPotentialRecursion(java.lang.String rootConfigName,
ILaunchConfiguration launch)
Deprecated.
To check if the launch configuration identified by its name (rootConfigName) could be
launched directly or indirectly from the current launch configuration (launch)
|
java.lang.String |
validate(WorkflowModel workflowModel)
Deprecated.
To validate the model of workflow, like a recursion in sequence of launch
|
java.lang.String validate(WorkflowModel workflowModel)
workflowModel - boolean hasPotentialRecursion(java.lang.String rootConfigName,
ILaunchConfiguration launch)
rootConfigName - launch -