Uses of Interface
jetbrains.buildServer.serverSide.agent.SAgentFileManager
-
Packages that use SAgentFileManager Package Description jetbrains.buildServer.controllers.agent jetbrains.buildServer.controllers.agentServer jetbrains.buildServer.serverSide.impl.agent -
-
Uses of SAgentFileManager in jetbrains.buildServer.controllers.agent
Fields in jetbrains.buildServer.controllers.agent declared as SAgentFileManager Modifier and Type Field Description protected SAgentFileManager
BaseAgentLogsController. myAgentFileManager
Constructors in jetbrains.buildServer.controllers.agent with parameters of type SAgentFileManager Constructor Description AgentLogsDownloadController(SBuildServer server, WebControllerManager webControllerManager, AuthorizationInterceptor authInterceptor, SAgentFileManager agentFileManager, BuildAgentManager agentManager, SecurityContextEx securityContext)
AgentLogsViewsController(SBuildServer server, WebControllerManager webControllerManager, AuthorizationInterceptor authInterceptor, BuildAgentManager buildAgentManager, SAgentFileManager agentFileManager, SecurityContextEx securityContext)
BaseAgentLogsController(SBuildServer server, String path, WebControllerManager webControllerManager, AuthorizationInterceptor authInterceptor, SAgentFileManager agentFileManager, SecurityContextEx securityContext)
-
Uses of SAgentFileManager in jetbrains.buildServer.controllers.agentServer
Constructors in jetbrains.buildServer.controllers.agentServer with parameters of type SAgentFileManager Constructor Description AgentFilesProvider(SAgentFileManager agentFileManager, ScheduledExecutorService executor, boolean allowLookupInCache)
AgentTreeController(SBuildServer server, ProjectManager projectManager, SAgentFileManager agentFileManager, WebControllerManager webControllerManager)
DownloadAgentFilesController(WebControllerManager webControllerManager, ProjectManager projectManager, BuildsManager buildsManager, SAgentFileManager agentFileManager, ExecutorServices executorServices)
-
Uses of SAgentFileManager in jetbrains.buildServer.serverSide.impl.agent
Classes in jetbrains.buildServer.serverSide.impl.agent that implement SAgentFileManager Modifier and Type Class Description class
AgentFileManagerImpl
-