Package jetbrains.buildServer.serverSide
Interface BackgroundArtifactsStateUpdater
-
- All Known Implementing Classes:
BackgroundArtifactsStateUpdaterImpl
public interface BackgroundArtifactsStateUpdater
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
scheduleArtifactsStateUpdate(BuildPromotion promotion, Runnable updateTask)
-
-
-
Method Detail
-
scheduleArtifactsStateUpdate
void scheduleArtifactsStateUpdate(@NotNull BuildPromotion promotion, @NotNull Runnable updateTask)
-
-