Uses of Class
jetbrains.buildServer.agent.impl.patch.PatchTempFiles
-
Packages that use PatchTempFiles Package Description jetbrains.buildServer.agent.impl.patch jetbrains.buildServer.agent.impl.remoteDebug -
-
Uses of PatchTempFiles in jetbrains.buildServer.agent.impl.patch
Constructors in jetbrains.buildServer.agent.impl.patch with parameters of type PatchTempFiles Constructor Description DownloadedPatch(File file, DownloadedPatchType type, AgentRunningBuild build, PatchTempFiles patchTempFiles)
FSPatcherFactoryImpl(PatchTempFiles tempFiles, AgentRunningBuild build)
PatchDownloaderImpl(AgentRunningBuild build, PatchTempFiles patchTempFiles, PatchStreamProviderFactory patchProviderFactory, PatchApplier applier, PatchStreamDownloader downloader)
-
Uses of PatchTempFiles in jetbrains.buildServer.agent.impl.remoteDebug
Constructors in jetbrains.buildServer.agent.impl.remoteDebug with parameters of type PatchTempFiles Constructor Description RemoteDebugPersonalPatchDownloaderFactoryImpl(AgentRunningBuild agentRunningBuild, PatchTempFiles patchTempFiles, PatchApplier patchApplier, PatchStreamDownloader patchStreamDownloader)
-