Interface ExecuteTask
-
- All Known Implementing Classes:
AtomExecuteTask
,ExecuteTaskSupport
public interface ExecuteTask
Represents 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 void
execute(ExecuteContext context)
String
getId()
String
getPhase()
String
getProfileId()
profile id of the execute task.
-