Class BuildTask<R>

    • Method Detail

      • getPriority

        public byte getPriority()
      • getBuildId

        public long getBuildId()
      • run

        public void run()
        Responsible for pre-run task optimization (if more tasks of the same build exists in the queue and manages strip locks to prevent same build task run in parallel.
      • describe

        @NotNull
        public String describe​(boolean verbose)
        Specified by:
        describe in interface Loggable
        Parameters:
        verbose - verbosity of object description
        Returns:
        description of this object. If verbose is true, description should have mode details.