Uses of Interface
jetbrains.buildServer.agent.impl.patch.PatchApplier
-
Packages that use PatchApplier Package Description jetbrains.buildServer.agent.impl.patch jetbrains.buildServer.agent.impl.remoteDebug -
-
Uses of PatchApplier in jetbrains.buildServer.agent.impl.patch
Classes in jetbrains.buildServer.agent.impl.patch that implement PatchApplier Modifier and Type Class Description class
PatchApplierImpl
Constructors in jetbrains.buildServer.agent.impl.patch with parameters of type PatchApplier Constructor Description PatchDownloaderImpl(AgentRunningBuild build, PatchTempFiles patchTempFiles, PatchStreamProviderFactory patchProviderFactory, PatchApplier applier, PatchStreamDownloader downloader)
UpdateSourcesFromPersonal(AgentRunningBuildEx build, PatchDownloader downloader, PatchApplier applier, PatcherFactory patcherFactory, EventDispatcher<AgentLifeCycleListener> agentDispatcher, BuildProgressLogger logger)
UpdateSourcesFromServer(AgentRunningBuildEx build, PatchDownloader downloader, PatchApplier applier, PatcherFactory patcherFactory, BuildProgressLogger logger)
UpdateSourcesPatcherBase(AgentRunningBuildEx build, PatchDownloader downloader, PatchApplier applier, PatcherFactory patcherFactory, BuildProgressLogger logger)
-
Uses of PatchApplier in jetbrains.buildServer.agent.impl.remoteDebug
Constructors in jetbrains.buildServer.agent.impl.remoteDebug with parameters of type PatchApplier Constructor Description RemoteDebugPersonalChangesHandlerImpl(BuildAgent buildAgent, AgentRunningBuildEx agentRunningBuild, RemoteDebugPersonalPatchDownloaderFactory personalPatchDownloaderFactory, PatchApplier patchApplier, PatcherFactory patcherFactory, BuildProgressLogger buildProgressLogger)
RemoteDebugPersonalPatchDownloaderFactoryImpl(AgentRunningBuild agentRunningBuild, PatchTempFiles patchTempFiles, PatchApplier patchApplier, PatchStreamDownloader patchStreamDownloader)
-