Uses of Interface
jetbrains.buildServer.backgroundTasks.BackgroundActivity
-
Packages that use BackgroundActivity Package Description jetbrains.buildServer.backgroundTasks jetbrains.buildServer.backgroundTasks.impl -
-
Uses of BackgroundActivity in jetbrains.buildServer.backgroundTasks
Methods in jetbrains.buildServer.backgroundTasks with parameters of type BackgroundActivity Modifier and Type Method Description BackgroundTaskBackgroundTaskManager. getOrCreateTask(String id, BackgroundActivity action)Create a background task or return existing one with given id. -
Uses of BackgroundActivity in jetbrains.buildServer.backgroundTasks.impl
Methods in jetbrains.buildServer.backgroundTasks.impl with parameters of type BackgroundActivity Modifier and Type Method Description BackgroundTaskBackgroundTaskManagerImpl. getOrCreateTask(String id, BackgroundActivity action)Constructors in jetbrains.buildServer.backgroundTasks.impl with parameters of type BackgroundActivity Constructor Description BackgroundTaskImpl(String id, BackgroundActivity action)
-