Package jetbrains.buildServer.vcs.impl
Class CurrentStateCache
- java.lang.Object
-
- jetbrains.buildServer.vcs.impl.CurrentStateCache
-
public abstract class CurrentStateCache extends Object
-
-
Constructor Summary
Constructors Constructor Description CurrentStateCache()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract RepositoryState
doGetCurrentState(LVcsRootInstanceEx root, ChangesLoaderContext context)
RepositoryState
getCurrentState(LVcsRootInstanceEx root, ChangesLoaderContext context)
void
invalidate()
-
-
-
Method Detail
-
getCurrentState
@NotNull public RepositoryState getCurrentState(@NotNull LVcsRootInstanceEx root, @NotNull ChangesLoaderContext context) throws VcsRootVcsException
- Throws:
VcsRootVcsException
-
doGetCurrentState
@NotNull protected abstract RepositoryState doGetCurrentState(@NotNull LVcsRootInstanceEx root, @NotNull ChangesLoaderContext context)
-
invalidate
public void invalidate()
-
-