Uses of Class
jetbrains.buildServer.agent.impl.serverCommunication.ProtocolDoesNotWorkException
-
Packages that use ProtocolDoesNotWorkException Package Description jetbrains.buildServer.agent.impl.serverCommunication -
-
Uses of ProtocolDoesNotWorkException in jetbrains.buildServer.agent.impl.serverCommunication
Methods in jetbrains.buildServer.agent.impl.serverCommunication that throw ProtocolDoesNotWorkException 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)
-