Uses of Interface
jetbrains.buildServer.backgroundTasks.ActivityProgress
-
-
Uses of ActivityProgress in jetbrains.buildServer.backgroundTasks
Classes in jetbrains.buildServer.backgroundTasks that implement ActivityProgress Modifier and Type Class Description class
NullActivityProgress
Created by IntelliJ IDEA.Methods in jetbrains.buildServer.backgroundTasks with parameters of type ActivityProgress Modifier and Type Method Description void
BackgroundActivity. runIt(ActivityProgress progressIndicator)
Actual background process, to be implemented by user The process should call methods of progressIndicator to indicate its current status. -
Uses of ActivityProgress in jetbrains.buildServer.backgroundTasks.impl
Classes in jetbrains.buildServer.backgroundTasks.impl that implement ActivityProgress Modifier and Type Class Description class
BackgroundTaskImpl
Created by IntelliJ IDEA. -
Uses of ActivityProgress in jetbrains.buildServer.controllers.admin.ipr
Methods in jetbrains.buildServer.controllers.admin.ipr with parameters of type ActivityProgress Modifier and Type Method Description void
IprInfo. updateIdeaSettings(ActivityProgress progress)
-
Uses of ActivityProgress in jetbrains.buildServer.ideaSettings
Methods in jetbrains.buildServer.ideaSettings with parameters of type ActivityProgress Modifier and Type Method Description void
IdeaSettings. update(ActivityProgress progressIndicator)
-