Uses of Interface
jetbrains.buildServer.agent.InterruptState
-
Packages that use InterruptState Package Description jetbrains.buildServer.agent jetbrains.buildServer.agent.impl.directories -
-
Uses of InterruptState in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent with parameters of type InterruptState Modifier and Type Method Description void
AgentIdleTasks.Task. execute(InterruptState interruptState)
During the execution each task should check for interruption status and exit once interruption occurs. -
Uses of InterruptState in jetbrains.buildServer.agent.impl.directories
Methods in jetbrains.buildServer.agent.impl.directories with parameters of type InterruptState Modifier and Type Method Description Map<File,Runnable>
OldDirectoryBasedCleanupRegistry. getCleanerTasks(InterruptState interruptable)
-