Uses of Class
jetbrains.buildServer.agent.impl.operationModes.executor.AgentBuildFetcher
-
Packages that use AgentBuildFetcher Package Description jetbrains.buildServer.agent.impl.operationModes jetbrains.buildServer.agent.impl.operationModes.executor -
-
Uses of AgentBuildFetcher in jetbrains.buildServer.agent.impl.operationModes
Constructors in jetbrains.buildServer.agent.impl.operationModes with parameters of type AgentBuildFetcher Constructor Description ExecutorStartMode(BuildAgentImpl buildAgent, AgentBuildFetcher agentBuildFetcher, BuildCacheHolder buildCacheHolder)
An operation mode which helps isolate the execution of allBuildStage
s that precede the execution of the actual build steps into a separate container. -
Uses of AgentBuildFetcher in jetbrains.buildServer.agent.impl.operationModes.executor
Methods in jetbrains.buildServer.agent.impl.operationModes.executor that return AgentBuildFetcher Modifier and Type Method Description AgentBuildFetcher
AgentBuildFetcherBeanFactory. getObject()
Methods in jetbrains.buildServer.agent.impl.operationModes.executor that return types with arguments of type AgentBuildFetcher Modifier and Type Method Description Class<AgentBuildFetcher>
AgentBuildFetcherBeanFactory. getObjectType()
-