Class BackgroundArtifactsStateUpdaterImpl
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.artifacts.BackgroundArtifactsStateUpdaterImpl
-
- All Implemented Interfaces:
BackgroundArtifactsStateUpdater
public class BackgroundArtifactsStateUpdaterImpl extends Object implements BackgroundArtifactsStateUpdater
-
-
Constructor Summary
Constructors Constructor Description BackgroundArtifactsStateUpdaterImpl(ExecutorServices executorServices, EventDispatcher<BuildServerListener> dispatcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
scheduleArtifactsStateUpdate(BuildPromotion promotion, Runnable updateTask)
-
-
-
Constructor Detail
-
BackgroundArtifactsStateUpdaterImpl
public BackgroundArtifactsStateUpdaterImpl(@NotNull ExecutorServices executorServices, @NotNull EventDispatcher<BuildServerListener> dispatcher)
-
-
Method Detail
-
scheduleArtifactsStateUpdate
public void scheduleArtifactsStateUpdate(@NotNull BuildPromotion promotion, @NotNull Runnable updateTask)
- Specified by:
scheduleArtifactsStateUpdate
in interfaceBackgroundArtifactsStateUpdater
-
-