Uses of Interface
jetbrains.buildServer.util.Interruptable
-
Packages that use Interruptable Package Description jetbrains.buildServer.agent.impl.buildStages.finishStages jetbrains.buildServer.agent.impl.patch jetbrains.buildServer.http -
-
Uses of Interruptable in jetbrains.buildServer.agent.impl.buildStages.finishStages
Classes in jetbrains.buildServer.agent.impl.buildStages.finishStages that implement Interruptable Modifier and Type Class Description class
PublishArtifactsFStage
Created by IntelliJ IDEA.class
PublishBuildCacheFStage
-
Uses of Interruptable in jetbrains.buildServer.agent.impl.patch
Subinterfaces of Interruptable in jetbrains.buildServer.agent.impl.patch Modifier and Type Interface Description interface
PatchApplier
interface
PatchDownloader
interface
PatchStreamProvider
Classes in jetbrains.buildServer.agent.impl.patch that implement Interruptable Modifier and Type Class Description class
PatchApplierImpl
class
PatchDownloaderImpl
class
PatchStreamDownloader
class
PatchStreamProviderImpl
class
ProjectSourcesOnAgent
class
UpdateSourcesOperationBase
Methods in jetbrains.buildServer.agent.impl.patch with parameters of type Interruptable Modifier and Type Method Description protected void
AbstractSourcesUpdater. registerInterruptableOperation(Interruptable operation)
void
UpdateSourcesOperationBase. registerSupOperation(Interruptable oper)
void
UpdateSourcesOperationBase. unregisterSupOperation(Interruptable oper)
-
Uses of Interruptable in jetbrains.buildServer.http
Classes in jetbrains.buildServer.http that implement Interruptable Modifier and Type Class Description class
ServerStreamProvider
-