public interface VcsRootInstance extends LVcsRootInstance
SECURE_PROPERTY_PREFIX
Modifier and Type | Method and Description |
---|---|
RepositoryVersion |
getCurrentRevision() |
int |
getEffectiveModificationCheckInterval() |
RepositoryVersion |
getLastUsedRevision() |
SVcsRoot |
getParent() |
java.util.Map<SBuildType,CheckoutRules> |
getUsages() |
boolean |
isDagBased() |
boolean |
isPollingMode()
The polling mode is enabled by default.
|
findService, getCheckoutPropertiesHash, getParentId, getService, getService, getStatus, getVersionDisplayName, isCurrentVersionExpensive
getDescription, getVcsDisplayName
getId, getName, getProperties, getProperty, getProperty, getVcsName
boolean isDagBased()
@NotNull RepositoryVersion getCurrentRevision() throws VcsException
CollectSingleStatePolicy.getCurrentVersion(VcsRoot)
).VcsException
@Nullable RepositoryVersion getLastUsedRevision()
@NotNull SVcsRoot getParent()
@NotNull java.util.Map<SBuildType,CheckoutRules> getUsages()
int getEffectiveModificationCheckInterval()
boolean isPollingMode()
OperationRequestor