public class VcsRootStatus
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VcsRootStatus.Type
Possible statuses.
|
| Modifier and Type | Field and Description |
|---|---|
static VcsRootStatus |
NOT_MONITORED |
static VcsRootStatus |
UNKNOWN
Deprecated.
Explicitly deprecated in 2019.1.3, though wasn't use before as well. Use
NOT_MONITORED instead |
| Constructor and Description |
|---|
VcsRootStatus(VcsRootStatus.Type type,
java.util.Date timestamp)
Creates new status instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getTimestamp()
Date when the status was set.
|
VcsRootStatus.Type |
getType()
Status type.
|
java.lang.String |
toString(java.util.TimeZone tz) |
@Deprecated public static final VcsRootStatus UNKNOWN
NOT_MONITORED insteadpublic static final VcsRootStatus NOT_MONITORED
public VcsRootStatus(VcsRootStatus.Type type, java.util.Date timestamp)
type - new status type.timestamp - time when status was changed.public VcsRootStatus.Type getType()
public java.util.Date getTimestamp()
public java.lang.String toString(@NotNull
java.util.TimeZone tz)