Class VcsRootStatus


  • public class VcsRootStatus
    extends java.lang.Object
    Current status of vcs root
    SCHEDULED - scheduled for checking, in queue
    STARTED - is being checking now
    FINISHED - not scheduled yet
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  VcsRootStatus.Type
      Possible statuses.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getTimestamp()
      Date when the status was set.
      VcsRootStatus.Type getType()
      Status type.
      java.lang.String toString​(java.util.TimeZone tz)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • UNKNOWN

        @Deprecated
        public static final VcsRootStatus UNKNOWN
        Deprecated.
        Explicitly deprecated in 2019.1.3, though wasn't use before as well. Use NOT_MONITORED instead
    • Constructor Detail

      • VcsRootStatus

        public VcsRootStatus​(VcsRootStatus.Type type,
                             java.util.Date timestamp)
        Creates new status instance.
        Parameters:
        type - new status type.
        timestamp - time when status was changed.
    • Method Detail

      • getTimestamp

        public java.util.Date getTimestamp()
        Date when the status was set.
        Returns:
        status timestamp.
      • toString

        public java.lang.String toString​(@NotNull
                                         java.util.TimeZone tz)