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 RemoteAgentConnection
BuildAgentEx. getConnection()
Methods in jetbrains.buildServer.serverSide with parameters of type RemoteAgentConnection Modifier and Type Method Description BuildAgentEx
BuildAgentFactory. 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 RemoteAgentConnection
MockBuildAgent. getConnection()
Methods in jetbrains.buildServer.serverSide.impl with parameters of type RemoteAgentConnection Modifier and Type Method Description BuildAgentEx
BuildAgentFactoryImpl. createRegisteredAgent(AgentDetails agentDetails, RemoteAgentConnection agentConnection)
BuildAgentEx
MockBuildAgentFactory. 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 class
PollingRemoteAgentConnection
Implementation ofRemoteAgentConnection
that 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 RemoteAgentConnection
DeadAgent. getConnection()
RemoteAgentConnection
RegisteredAgent. getConnection()
RemoteAgentConnection
UnregisteredAgent. 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 RemoteAgentConnection
SecuredBuildAgent. getConnection()
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type RemoteAgentConnection Modifier and Type Method Description BuildAgentEx
SecuredBuildAgentFactory. createRegisteredAgent(AgentDetails agentDetails, RemoteAgentConnection agentConnection)
-