Interface ExecuteTask
-
- All Known Implementing Classes:
ExecuteTaskSupport
public interface ExecuteTaskRepresents a language specific task to be executed.- Since:
- 0.7
- Author:
- Jason Dillon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(ExecuteContext context)StringgetId()StringgetPhase()StringgetProfileId()profile id of the execute task.
-