Schnittstelle IBuildProgressMonitor

Alle bekannten Implementierungsklassen:
DefaultBuildProgressMonitor

public interface IBuildProgressMonitor
Interface that presents the user with information about the progress of the build
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Start the progress monitor
    void
    finish(boolean wasFullBuild)
    Stop the progress monitor
    boolean
    Checks whether the user has chosen to cancel the progress monitor
    void
    setProgress(double percentDone)
    Sets the current progress done
    void
    Sets the label describing the current progress phase.
  • Methodendetails

    • begin

      void begin()
      Start the progress monitor
    • setProgressText

      void setProgressText(String text)
      Sets the label describing the current progress phase.
    • finish

      void finish(boolean wasFullBuild)
      Stop the progress monitor
      Parameter:
      wasFullBuild - - true if was a full build, false otherwise
    • setProgress

      void setProgress(double percentDone)
      Sets the current progress done
      Parameter:
      percentDone -
    • isCancelRequested

      boolean isCancelRequested()
      Checks whether the user has chosen to cancel the progress monitor
      Gibt zurück:
      true if progress monitor has been cancelled and false otherwise