Package hudson.model

Class UpdateCenter.DownloadJob.InstallationStatus

java.lang.Object
java.lang.Throwable
hudson.model.UpdateCenter.DownloadJob.InstallationStatus
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UpdateCenter.DownloadJob.Failure, UpdateCenter.DownloadJob.Installing, UpdateCenter.DownloadJob.Pending, UpdateCenter.DownloadJob.Skipped, UpdateCenter.DownloadJob.Success
Enclosing class:
UpdateCenter.DownloadJob

@ExportedBean public abstract class UpdateCenter.DownloadJob.InstallationStatus extends Throwable
Indicates the status or the result of a plugin installation.

Instances of this class is immutable.

See Also:
  • Field Details

    • id

      public final int id
  • Constructor Details

    • InstallationStatus

      public InstallationStatus()
  • Method Details

    • isSuccess

      @Exported public boolean isSuccess()
    • getType

      @Exported public final String getType()
    • requiresRestart

      public boolean requiresRestart()
      Indicates that a restart is needed to complete the tasks.