类 ProgressUpdateEvent

java.lang.Object
org.springframework.boot.buildpack.platform.docker.UpdateEvent
org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
直接已知子类:
ImageProgressUpdateEvent, LoadImageUpdateEvent

public abstract class ProgressUpdateEvent extends UpdateEvent
An UpdateEvent that includes progress information.
从以下版本开始:
2.3.0
作者:
Phillip Webb, Wolfgang Kronberg
  • 构造器详细资料

  • 方法详细资料

    • getStatus

      public String getStatus()
      Return the status for the update. For example, "Extracting" or "Downloading".
      返回:
      the status of the update.
    • getProgressDetail

      public ProgressUpdateEvent.ProgressDetail getProgressDetail()
      Return progress details if available.
      返回:
      progress details or null
    • getProgress

      public String getProgress()
      Return a text based progress bar if progress information is available.
      返回:
      the progress bar or null