Interface ExecuteTask

    • Method Detail

      • getId

        java.lang.String getId()
      • getPhase

        java.lang.String getPhase()
      • getProfileId

        java.lang.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 java.lang.Exception
        Throws:
        java.lang.Exception