Uses of Class
jetbrains.buildServer.agentServer.AgentDetails
-
-
Uses of AgentDetails in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl that return AgentDetails Modifier and Type Method Description AgentDetails
AgentDetailsFactory. createAgentDetails(BuildAgentEx agent, String buildId)
Methods in jetbrains.buildServer.agent.impl with parameters of type AgentDetails Modifier and Type Method Description static void
RegistrationLogger. startRegistration(BuildAgentConfigurationEx config, AgentDetails details)
-
Uses of AgentDetails in jetbrains.buildServer.agent.impl.serverCommunication
Methods in jetbrains.buildServer.agent.impl.serverCommunication with parameters of type AgentDetails 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)
-
Uses of AgentDetails in jetbrains.buildServer.agentServer
Methods in jetbrains.buildServer.agentServer that return AgentDetails Modifier and Type Method Description static AgentDetails
AgentDetails. deserializeFromOldString(String serialized)
Deprecated.static AgentDetails
AgentDetails. deserializeString(String serialized)
-
Uses of AgentDetails in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide with parameters of type AgentDetails Modifier and Type Method Description AgentDescription
BuildAgentFactory. createAgentDescription(AgentDetails details)
BuildAgentEx
BuildAgentFactory. createRegisteredAgent(AgentDetails agentDetails, RemoteAgentConnection agentConnection)
BuildAgentEx
BuildAgentFactory. createRegisteredAgentWithPollingConnection(AgentDetails agentDetails)
-
Uses of AgentDetails in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type AgentDetails Modifier and Type Method Description AgentDescription
BuildAgentFactoryImpl. createAgentDescription(AgentDetails details)
AgentDescription
MockBuildAgentFactory. createAgentDescription(AgentDetails details)
AgentDescription
AgentDescriptionFactory. createDescription(AgentDetails agentDetails)
AgentDescription
AgentDescriptionFactoryImpl. createDescription(AgentDetails agentDetails)
BuildAgentEx
BuildAgentFactoryImpl. createRegisteredAgent(AgentDetails agentDetails, RemoteAgentConnection agentConnection)
BuildAgentEx
MockBuildAgentFactory. createRegisteredAgent(AgentDetails agentDetails, RemoteAgentConnection agentConnection)
BuildAgentEx
BuildAgentFactoryImpl. createRegisteredAgentWithPollingConnection(AgentDetails agentDetails)
BuildAgentEx
MockBuildAgentFactory. createRegisteredAgentWithPollingConnection(AgentDetails agentDetails)
Constructors in jetbrains.buildServer.serverSide.impl with parameters of type AgentDetails Constructor Description AgentDetailsDescription(RunTypeRegistry runTypes, VcsManager vcsManager, AgentDetails myAgentDetails)
-
Uses of AgentDetails in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type AgentDetails Modifier and Type Method Description AgentDescription
SecuredBuildAgentFactory. createAgentDescription(AgentDetails details)
BuildAgentEx
SecuredBuildAgentFactory. createRegisteredAgent(AgentDetails agentDetails, RemoteAgentConnection agentConnection)
BuildAgentEx
SecuredBuildAgentFactory. createRegisteredAgentWithPollingConnection(AgentDetails agentDetails)
-