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 class
VcsChangesCache.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)
void
put(VcsChangesCache.Key key, List<SVcsModification> changes, int maxChangesInCache)
void
reset()
-
-
-
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()
-
-