Interface ExecuteTask

All Known Implementing Classes:
AtomExecuteTask, ExecuteTaskSupport

public interface ExecuteTask
Represents a language specific task to be executed.
Since:
0.7
  • Method Details

    • getId

      String getId()
    • getPhase

      String getPhase()
    • getProfileId

      String getProfileId()
      profile id of the execute task. can be null then the execute task belongs to project.build
    • execute

      void execute(ExecuteContext context) throws Exception
      Throws:
      Exception