Interface ExecuteTask
-
- All Known Implementing Classes:
ExecuteTaskSupport
public interface ExecuteTaskRepresents a language specific task to be executed.- Since:
- 0.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(ExecuteContext context)java.lang.StringgetId()java.lang.StringgetPhase()java.lang.StringgetProfileId()profile id of the execute task.
-
-
-
Method Detail
-
getId
java.lang.String getId()
-
getPhase
java.lang.String getPhase()
-
getProfileId
java.lang.String getProfileId()
profile id of the execute task. can benullthen the execute task belongs to project.build
-
execute
void execute(ExecuteContext context) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-