Class ChangesCalculationTimestamp
- java.lang.Object
-
- jetbrains.buildServer.buildTriggers.vcs.ChangesCalculationTimestamp
-
public class ChangesCalculationTimestamp extends Object
-
-
Constructor Summary
Constructors Constructor Description ChangesCalculationTimestamp(ExecutorServices executorServices, EventDispatcher<BuildServerListener> eventDispatcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getNextScheduled(BuildTypeEx buildType, Branch branch)
void
persistNextScheduled(BuildTypeEx buildType, BranchEx branch, long nextChangesCalculationTimestampMs)
-
-
-
Constructor Detail
-
ChangesCalculationTimestamp
public ChangesCalculationTimestamp(@NotNull ExecutorServices executorServices, @NotNull EventDispatcher<BuildServerListener> eventDispatcher)
-
-
Method Detail
-
getNextScheduled
public long getNextScheduled(@NotNull BuildTypeEx buildType, @NotNull Branch branch)
-
persistNextScheduled
public void persistNextScheduled(@NotNull BuildTypeEx buildType, @NotNull BranchEx branch, long nextChangesCalculationTimestampMs)
-
-