Class VcsChangesCache
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.VcsChangesCache
-
public final class VcsChangesCache extends Object
VCS modifications cache for build promotion
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVcsChangesCache.Key
-
Constructor Summary
Constructors Constructor Description VcsChangesCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SVcsModification>get(VcsChangesCache.Key key)voidput(VcsChangesCache.Key key, List<SVcsModification> changes, int maxChangesInCache)voidreset()
-
-
-
Method Detail
-
get
@Nullable public List<SVcsModification> get(@NotNull VcsChangesCache.Key key)
-
put
public void put(@NotNull VcsChangesCache.Key key, @NotNull List<SVcsModification> changes, int maxChangesInCache)
-
reset
public void reset()
-
-