Class VcsRootStatus


  • public class VcsRootStatus
    extends Object
    Current status of vcs root
    SCHEDULED - scheduled for checking, in queue
    STARTED - is being checking now
    FINISHED - not scheduled yet
    • Constructor Detail

      • VcsRootStatus

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

      • getTimestamp

        public Date getTimestamp()
        Date when the status was set.
        Returns:
        status timestamp.