Uses of Interface
jetbrains.buildServer.serverSide.impl.agent.RemoteAgentConnection
-
-
Uses of RemoteAgentConnection in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return RemoteAgentConnection Modifier and Type Method Description RemoteAgentConnectionBuildAgentEx. getConnection()Methods in jetbrains.buildServer.serverSide with parameters of type RemoteAgentConnection Modifier and Type Method Description BuildAgentExBuildAgentFactory. createRegisteredAgent(AgentDetails agentDetails, RemoteAgentConnection agentConnection) -
Uses of RemoteAgentConnection in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return RemoteAgentConnection Modifier and Type Method Description RemoteAgentConnectionMockBuildAgent. getConnection()Methods in jetbrains.buildServer.serverSide.impl with parameters of type RemoteAgentConnection Modifier and Type Method Description BuildAgentExBuildAgentFactoryImpl. createRegisteredAgent(AgentDetails agentDetails, RemoteAgentConnection agentConnection)BuildAgentExMockBuildAgentFactory. createRegisteredAgent(AgentDetails agentDetails, RemoteAgentConnection agentConnection) -
Uses of RemoteAgentConnection in jetbrains.buildServer.serverSide.impl.agent
Classes in jetbrains.buildServer.serverSide.impl.agent that implement RemoteAgentConnection Modifier and Type Class Description classPollingRemoteAgentConnectionImplementation ofRemoteAgentConnectionthat can send commands to the agents who don't have web server.Methods in jetbrains.buildServer.serverSide.impl.agent that return RemoteAgentConnection Modifier and Type Method Description RemoteAgentConnectionDeadAgent. getConnection()RemoteAgentConnectionRegisteredAgent. getConnection()RemoteAgentConnectionUnregisteredAgent. getConnection()Constructors in jetbrains.buildServer.serverSide.impl.agent with parameters of type RemoteAgentConnection Constructor Description RegisteredAgent(AgentContext context, AgentDescription agentDescription, RemoteAgentConnection connection, String host, int port, String agentName, String agentAuthorizationToken, String agentPingCode, String agentVersion, String pluginsSignature, CurrentAgentVersionProvider currentAgentVersionProvider) -
Uses of RemoteAgentConnection in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that return RemoteAgentConnection Modifier and Type Method Description RemoteAgentConnectionSecuredBuildAgent. getConnection()Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type RemoteAgentConnection Modifier and Type Method Description BuildAgentExSecuredBuildAgentFactory. createRegisteredAgent(AgentDetails agentDetails, RemoteAgentConnection agentConnection)
-