Uses of Package
jetbrains.buildServer.agent.impl.serverCommunication
-
Packages that use jetbrains.buildServer.agent.impl.serverCommunication Package Description jetbrains.buildServer.agent.impl jetbrains.buildServer.agent.impl.serverCommunication -
Classes in jetbrains.buildServer.agent.impl.serverCommunication used by jetbrains.buildServer.agent.impl Class Description CommunicationProtocol Represents communication protocol between Server and Agent.IServerCommunicationProtocolResolver PollingBasedServerCommandsHandlersRegistry ServerCommandsHandlersRegistry
implementation that is used byServerCommandsPoller
-
Classes in jetbrains.buildServer.agent.impl.serverCommunication used by jetbrains.buildServer.agent.impl.serverCommunication Class Description CommunicationProtocol Represents communication protocol between Server and Agent.IServerCommunicationProtocolResolver PollingBasedServerCommandsHandlersRegistry ServerCommandsHandlersRegistry
implementation that is used byServerCommandsPoller
PollingProtocol ProtocolDoesNotWorkException Thrown whenCommunicationProtocol
doesn't work.ServerCommandsExecutor ServerCommandsPoller The simplest agent-side implementation of uni-directional Agent-Server communication protocol - periodically polls Server for the new commands, execute them and send confirmation to Server.ServerCommandsPoller.OnExit ServerCommandsPoller.OnExit.Reason