Uses of Interface
jetbrains.buildServer.agent.impl.patch.PatchStreamProviderFactory
-
Packages that use PatchStreamProviderFactory Package Description jetbrains.buildServer.agent.impl.patch -
-
Uses of PatchStreamProviderFactory in jetbrains.buildServer.agent.impl.patch
Classes in jetbrains.buildServer.agent.impl.patch that implement PatchStreamProviderFactory Modifier and Type Class Description class
PatchStreamProviderFactoryImpl
Methods in jetbrains.buildServer.agent.impl.patch with parameters of type PatchStreamProviderFactory Modifier and Type Method Description void
PatchStreamProviderFactoryImpl. setFactory(PatchStreamProviderFactory factory)
Constructors in jetbrains.buildServer.agent.impl.patch with parameters of type PatchStreamProviderFactory Constructor Description PatchDownloaderImpl(AgentRunningBuild build, PatchTempFiles patchTempFiles, PatchStreamProviderFactory patchProviderFactory, PatchApplier applier, PatchStreamDownloader downloader)
-