Interface StatusEvent

    • Method Detail

      • getProgress

        long getProgress()
        The amount of work already performed by the build operation.
        Returns:
        The amount of performed work
      • getTotal

        long getTotal()
        The total amount of work that the build operation is in the progress of performing, or -1 if not known.
        Returns:
        The total amount of work, or -1 if not known.
      • getUnit

        String getUnit()
        The measure used to express the amount of work.
        Returns:
        The measure used to express the amount of work.