Package hudson.slaves

Class OfflineCause

    • Field Detail

      • timestamp

        protected final long timestamp
    • Constructor Detail

      • OfflineCause

        public OfflineCause()
    • Method Detail

      • getTimestamp

        @Exported
        public long getTimestamp()
        Timestamp in which the event happened.
        Since:
        1.612
      • getTime

        @NonNull
        public final Date getTime()
        Same as getTimestamp() but in a different type.
        Since:
        1.612
      • create

        public static OfflineCause create​(org.jvnet.localizer.Localizable d)