jetbrains.buildServer.vcs
Class VcsRootStatus
java.lang.Object
jetbrains.buildServer.vcs.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNKNOWN
public static final VcsRootStatus UNKNOWN
NOT_MONITORED
public static final VcsRootStatus NOT_MONITORED
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.
getType
public VcsRootStatus.Type getType()
- Status type.
- Returns:
- status type.
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)