Uses of Class
jetbrains.buildServer.agent.impl.BuildAgentImpl
-
Packages that use BuildAgentImpl Package Description jetbrains.buildServer.agent.impl jetbrains.buildServer.agent.impl.operationModes jetbrains.buildServer.agent.impl.serverCommunication -
-
Uses of BuildAgentImpl in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl that return BuildAgentImpl Modifier and Type Method Description BuildAgentImplBaseAgentSpringTestCase. getBuildAgent()Returns non initialized agent, i.e.protected BuildAgentImplBaseAgentSpringTestCase. getInitializedAgent()protected BuildAgentImplBaseAgentSpringTestCase. getInitializedAgent(String ownAddress, boolean cacheStateMode)protected BuildAgentImplBaseAgentSpringTestCase. getInitializedAgent(String ownAddress, Integer ownPort, String serverUrl, boolean cacheStateMode)BuildAgentImplBaseAgentSpringTestCase. getRegisteredAgent()Methods in jetbrains.buildServer.agent.impl with parameters of type BuildAgentImpl Modifier and Type Method Description protected voidBaseAgentSpringTestCase. preventPropertiesPublishing(BuildAgentImpl agent)voidBaseAgentSpringTestCase. setBuildAgent(BuildAgentImpl buildAgent)Constructors in jetbrains.buildServer.agent.impl with parameters of type BuildAgentImpl Constructor Description XmlRpcLogHandler(BuildAgentImpl buildAgent) -
Uses of BuildAgentImpl in jetbrains.buildServer.agent.impl.operationModes
Fields in jetbrains.buildServer.agent.impl.operationModes declared as BuildAgentImpl Modifier and Type Field Description protected BuildAgentImplBaseExecutorMode. myBuildAgentConstructors in jetbrains.buildServer.agent.impl.operationModes with parameters of type BuildAgentImpl Constructor Description BaseExecutorMode(BuildAgentImpl buildAgent, BuildCacheHolder buildCacheHolder)ExecutorFinishMode(BuildAgentImpl buildAgent, EventDispatcher<AgentLifeCycleListener> dispatcher, BuildCacheHolder buildCacheHolder)ExecutorRunnerMode(BuildAgentImpl buildAgent, BuildCumulativeTimeCalculator buildCumulativeTimeCalculator, EventDispatcher<AgentLifeCycleListener> dispatcher, BuildCacheHolder buildCacheHolder)ExecutorStartMode(BuildAgentImpl buildAgent, AgentBuildFetcher agentBuildFetcher, BuildCacheHolder buildCacheHolder)An operation mode which helps isolate the execution of allBuildStages that precede the execution of the actual build steps into a separate container.ProbeMode(BuildAgentImpl buildAgent) -
Uses of BuildAgentImpl in jetbrains.buildServer.agent.impl.serverCommunication
Methods in jetbrains.buildServer.agent.impl.serverCommunication with parameters of type BuildAgentImpl Modifier and Type Method Description AgentRegistrationDetailsCommunicationProtocol. registerOnServer(AgentDetails agentDetails, BuildAgentImpl buildAgent)After this call Server-Agent connection is established (in both directions, i.e server can send messages to agent and vice versa).AgentRegistrationDetailsPollingProtocol. registerOnServer(AgentDetails agentDetails, BuildAgentImpl buildAgent)voidServerCommandsPoller. start(String sessionId, BuildAgentImpl agent, ServerCommandsPoller.OnExit onExit)
-