Package jetbrains.buildServer.agent.impl.serverCommunication
-
Interface Summary Interface Description CommunicationProtocol Represents communication protocol between Server and Agent.IServerCommunicationProtocolResolver ServerCommandsPoller.OnExit -
Class Summary Class Description HttpBasedProtocolResolver Resolves protocol by negotiation with server via HTTP.PollingBasedServerCommandsHandlersRegistry ServerCommandsHandlersRegistry
implementation that is used byServerCommandsPoller
PollingProtocol ServerApiFactory 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. -
Enum Summary Enum Description ServerCommandsPoller.OnExit.Reason -
Exception Summary Exception Description ProtocolDoesNotWorkException Thrown whenCommunicationProtocol
doesn't work.