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 BuildAgentImpl
BaseAgentSpringTestCase. getBuildAgent()
Returns non initialized agent, i.e.protected BuildAgentImpl
BaseAgentSpringTestCase. getInitializedAgent()
protected BuildAgentImpl
BaseAgentSpringTestCase. getInitializedAgent(String ownAddress, boolean cacheStateMode)
protected BuildAgentImpl
BaseAgentSpringTestCase. getInitializedAgent(String ownAddress, Integer ownPort, String serverUrl, boolean cacheStateMode)
BuildAgentImpl
BaseAgentSpringTestCase. getRegisteredAgent()
Methods in jetbrains.buildServer.agent.impl with parameters of type BuildAgentImpl Modifier and Type Method Description protected void
BaseAgentSpringTestCase. preventPropertiesPublishing(BuildAgentImpl agent)
void
BaseAgentSpringTestCase. 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 BuildAgentImpl
BaseExecutorMode. myBuildAgent
Constructors 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 allBuildStage
s 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 AgentRegistrationDetails
CommunicationProtocol. 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).AgentRegistrationDetails
PollingProtocol. registerOnServer(AgentDetails agentDetails, BuildAgentImpl buildAgent)
void
ServerCommandsPoller. start(String sessionId, BuildAgentImpl agent, ServerCommandsPoller.OnExit onExit)
-