public interface ExecuteTask
Modifier and Type | Method and Description |
---|---|
void |
execute(ExecuteContext context) |
java.lang.String |
getId() |
java.lang.String |
getPhase() |
java.lang.String |
getProfileId()
profile id of the execute task.
|
java.lang.String getId()
java.lang.String getPhase()
java.lang.String getProfileId()
null
then the execute task belongs to
project.buildvoid execute(ExecuteContext context) throws java.lang.Exception
java.lang.Exception