Uses of Interface
jetbrains.buildServer.serverSide.AgentDescription
-
-
Uses of AgentDescription in jetbrains
Methods in jetbrains with parameters of type AgentDescription Modifier and Type Method Description CompatibilityResult
MockBuildType. getAgentCompatibility(AgentDescription agentDescription)
-
Uses of AgentDescription in jetbrains.buildServer
Methods in jetbrains.buildServer with parameters of type AgentDescription Modifier and Type Method Description CompatibilityResult
MockBuildPromotion. getAgentCompatibility(AgentDescription agentDescription)
-
Uses of AgentDescription in jetbrains.buildServer.clouds
Methods in jetbrains.buildServer.clouds with parameters of type AgentDescription Modifier and Type Method Description boolean
CloudType. canBeAgentOfType(AgentDescription description)
Checks it the agent could be an instance of one of the running profiles.boolean
CloudInstance. containsAgent(AgentDescription agent)
Checks is the agent is running under this instanceCloudInstance
CloudClient. findInstanceByAgent(AgentDescription agent)
Checks if the agent is an instnce of one of the running instances of that cloud profile.String
CloudClient. generateAgentName(AgentDescription agent)
Generated name for build agent that is thought to be running as instance of this cloud client. -
Uses of AgentDescription in jetbrains.buildServer.clouds.fakeCloud
Fields in jetbrains.buildServer.clouds.fakeCloud declared as AgentDescription Modifier and Type Field Description AgentDescription
DummyCloudInstance. myAgent
Fields in jetbrains.buildServer.clouds.fakeCloud with type parameters of type AgentDescription Modifier and Type Field Description Map<AgentDescription,DummyCloudInstance>
DummyCloudClient. myInstancesByAgent
Methods in jetbrains.buildServer.clouds.fakeCloud with parameters of type AgentDescription Modifier and Type Method Description boolean
DummyCloudClientFactory. canBeAgentOfType(AgentDescription description)
boolean
DummyCloudInstance. containsAgent(AgentDescription agent)
CloudInstance
DummyCloudClient. findInstanceByAgent(AgentDescription agent)
String
DummyCloudClient. generateAgentName(AgentDescription agent)
-
Uses of AgentDescription in jetbrains.buildServer.clouds.server
Methods in jetbrains.buildServer.clouds.server that return types with arguments of type AgentDescription Modifier and Type Method Description Map<AgentDescription,Pair<CloudProfile,CloudInstance>>
CloudAgentRelation. findInstancesByAgents(Collection<? extends AgentDescription> descriptions)
Deprecated.see class descriptionCloudAgentRelation
Map<AgentDescription,Pair<CloudProfile,CloudInstance>>
CloudManager. findInstancesByAgents(Collection<? extends AgentDescription> agents)
Finds cloud instances (if any) for the collection of agentsMethods in jetbrains.buildServer.clouds.server with parameters of type AgentDescription Modifier and Type Method Description default Pair<CloudProfile,CloudInstance>
CloudAgentRelation. findInstanceByAgent(AgentDescription description)
Deprecated.see class descriptionCloudAgentRelation
Pair<CloudProfile,CloudInstance>
CloudAgentRelation. findInstanceByAgent(AgentDescription description, boolean searchEverywhere)
Deprecated.see class descriptionCloudAgentRelation
Pair<CloudProfile,CloudInstance>
CloudManager. findInstanceByAgent(AgentDescription agent)
Checks if the agent is an instnce of one of the running instances.String
CloudManager. generateAgentName(AgentDescription agent)
Generated name for build agent that is thought to be running as instance of this cloud client.Method parameters in jetbrains.buildServer.clouds.server with type arguments of type AgentDescription Modifier and Type Method Description Map<AgentDescription,Pair<CloudProfile,CloudInstance>>
CloudAgentRelation. findInstancesByAgents(Collection<? extends AgentDescription> descriptions)
Deprecated.see class descriptionCloudAgentRelation
Map<AgentDescription,Pair<CloudProfile,CloudInstance>>
CloudManager. findInstancesByAgents(Collection<? extends AgentDescription> agents)
Finds cloud instances (if any) for the collection of agents -
Uses of AgentDescription in jetbrains.buildServer.clouds.server.impl
Methods in jetbrains.buildServer.clouds.server.impl that return types with arguments of type AgentDescription Modifier and Type Method Description Map<AgentDescription,Pair<CloudProfile,CloudInstance>>
AgentCloudRelationImpl. findInstancesByAgents(Collection<? extends AgentDescription> descriptions)
Map<AgentDescription,Pair<CloudProfile,CloudInstance>>
CloudManagerFacade. findInstancesByAgents(Collection<? extends AgentDescription> agents)
Map<AgentDescription,Pair<CloudProfile,CloudInstance>>
SecuredCloudManager. findInstancesByAgents(Collection<? extends AgentDescription> agents)
Method parameters in jetbrains.buildServer.clouds.server.impl with type arguments of type AgentDescription Modifier and Type Method Description Map<AgentDescription,Pair<CloudProfile,CloudInstance>>
AgentCloudRelationImpl. findInstancesByAgents(Collection<? extends AgentDescription> descriptions)
Map<AgentDescription,Pair<CloudProfile,CloudInstance>>
CloudManagerFacade. findInstancesByAgents(Collection<? extends AgentDescription> agents)
Map<AgentDescription,Pair<CloudProfile,CloudInstance>>
SecuredCloudManager. findInstancesByAgents(Collection<? extends AgentDescription> agents)
-
Uses of AgentDescription in jetbrains.buildServer.clouds.server.impl.instances
Methods in jetbrains.buildServer.clouds.server.impl.instances with parameters of type AgentDescription Modifier and Type Method Description boolean
StartInstanceUserAction.StartingInstance. containsAgent(AgentDescription agent)
-
Uses of AgentDescription in jetbrains.buildServer.clouds.server.impl.profile
Methods in jetbrains.buildServer.clouds.server.impl.profile with parameters of type AgentDescription Modifier and Type Method Description CloudInstance
CloudClientCanStartProxy. findInstanceByAgent(AgentDescription agent)
CloudInstance
DisposingCloudClientProxy. findInstanceByAgent(AgentDescription agent)
String
CloudClientCanStartProxy. generateAgentName(AgentDescription agent)
String
DisposingCloudClientProxy. generateAgentName(AgentDescription agent)
-
Uses of AgentDescription in jetbrains.buildServer.controllers.agent
Methods in jetbrains.buildServer.controllers.agent that return AgentDescription Modifier and Type Method Description AgentDescription
AgentDetailsFormBase. getAgent()
Constructors in jetbrains.buildServer.controllers.agent with parameters of type AgentDescription Constructor Description AgentDetailsFormBase(ProjectManager projectManager, AgentTypeManager agentTypeManager, AgentPoolManager agentPoolManager, CloudManagerBase cloudManagerBase, SecurityContextEx securityContext, AgentDescription agent, SAgentType agentType)
Constructor parameters in jetbrains.buildServer.controllers.agent with type arguments of type AgentDescription Constructor Description ParameterValueGroup(String parameterValue, List<AgentDescription> agents)
-
Uses of AgentDescription in jetbrains.buildServer.serverSide
Subinterfaces of AgentDescription in jetbrains.buildServer.serverSide Modifier and Type Interface Description interface
BuildAgentEx
interface
SBuildAgent
Represents agent on the server side.Methods in jetbrains.buildServer.serverSide that return AgentDescription Modifier and Type Method Description AgentDescription
BuildAgentFactory. createAgentDescription(AgentDetails details)
AgentDescription
AgentCompatibility. getAgentDescription()
Specified agent description.Methods in jetbrains.buildServer.serverSide with parameters of type AgentDescription Modifier and Type Method Description CompatibilityResult
RawCompatibilityCalculator. calculateCompatibility(BuildSettings bs, AgentDescription agentDescription, boolean stopOnFirstIncompatibility)
CompatibilityResult
BuildPromotionEx. getAgentCompatibility(AgentDescription agentDescription)
CompatibilityResult
CompatibleAgents. getAgentCompatibility(AgentDescription agentDescription)
Fetches compatibility information for given agent descriptionboolean
RawCompatibilityCalculator. isObsoleteCompatibility(AgentDescription agentDescription, CompatibilityResult compatibility)
Returns true if previously calculated compatibility result has become obsolete after the change of agent parameters, build steps or VCS types.void
BuildAgentEx. setAgentDescription(AgentDescription description)
Updates agent description of agent.void
BuildAgentManagerEx. updateAgentParameters(int agentId, String authorizationToken, AgentDescription newAgentDescription)
Sets agent parameters to the database.Method parameters in jetbrains.buildServer.serverSide with type arguments of type AgentDescription Modifier and Type Method Description void
RawCompatibilityCalculator. calculateCompatibility(BuildSettings bs, Map<? extends AgentDescription,CompatibilityResult> agentDescriptions, boolean stopOnFirstIncompatibility)
Constructors in jetbrains.buildServer.serverSide with parameters of type AgentDescription Constructor Description AgentCompatibility(AgentDescription agentDescription, SBuildType buildType, boolean isActive)
Creates new empty compatibility instance.AgentCompatibility(CompatibilityResult compatibilityResult, AgentDescription agentDescription, SBuildType buildType, boolean isActive)
Create a new compatibility instance copying the existence yet calculated compatibility result. -
Uses of AgentDescription in jetbrains.buildServer.serverSide.agentTypes
Subinterfaces of AgentDescription in jetbrains.buildServer.serverSide.agentTypes Modifier and Type Interface Description interface
AgentType
interface
MutableAgentDescription
interface
SAgentType
Classes in jetbrains.buildServer.serverSide.agentTypes that implement AgentDescription Modifier and Type Class Description class
AgentDescriptionBase
class
AgentTypeData
class
AgentTypeImpl
class
AgentTypeProperties
Properties of agent type.class
DeadAgentType
This agent type is used for creating an instance of BuildAgent when there is no real agent type.class
MutableAgentDescriptionProxy
class
UnresolvedCloudAgentTypeData
This is special marker class on top of AgentTypeData to indicate that we cannot resolveAgentTypePolicy
of the following reasons(together): It's a cloud agent type configured to use a project pool Profile and/or project is not availableMethods in jetbrains.buildServer.serverSide.agentTypes with parameters of type AgentDescription Modifier and Type Method Description static boolean
AgentTypeDatabaseStorage. sameDescriptions(AgentDescription descr1, AgentDescription descr2)
void
AgentTypeDatabaseStorage. storeAgentDescription(int agentTypeId, AgentDescription description, boolean isInitialUpdate)
void
AgentTypeManager. updateAgentType(int agentTypeId, AgentDescription agentDescription, boolean isInitialUpdate)
updates agent type parameters from the agent's parametersvoid
AgentTypeManagerImpl. updateAgentType(int agentTypeId, AgentDescription agentDescription, boolean isInitialUpdate)
Constructors in jetbrains.buildServer.serverSide.agentTypes with parameters of type AgentDescription Constructor Description MutableAgentDescriptionProxy(AgentDescription proxy)
-
Uses of AgentDescription in jetbrains.buildServer.serverSide.fakes
Methods in jetbrains.buildServer.serverSide.fakes with parameters of type AgentDescription Modifier and Type Method Description void
FakeAgentTypeManager. updateAgentType(int agentTypeId, AgentDescription agentDescription, boolean allowDeleteParams)
-
Uses of AgentDescription in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl with type parameters of type AgentDescription Modifier and Type Class Description protected class
AbstractBuildPromotion.CandidatesCache<A extends AgentDescription>
Classes in jetbrains.buildServer.serverSide.impl that implement AgentDescription Modifier and Type Class Description class
AgentDetailsDescription
class
MockAgentDescription
class
MockAgentType
class
MockBuildAgent
class
UnknownAgentDescription
Methods in jetbrains.buildServer.serverSide.impl that return AgentDescription 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)
AgentDescription
AgentDescriptionFactory. createUnknownAgentDescription()
AgentDescription
AgentDescriptionFactoryImpl. createUnknownAgentDescription()
AgentDescription
AgentDescriptionFactory. findAgentDescription(int agentTypeId)
AgentDescription
AgentDescriptionFactoryImpl. findAgentDescription(int agentTypeId)
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type AgentDescription Modifier and Type Method Description Future<AgentDescription>
AgentParametersProvider. fetchParametersAsync(AgentTypeKey agentTypeKey)
this method should asynchronously call parameters fetcherMethod parameters in jetbrains.buildServer.serverSide.impl with type arguments of type AgentDescription Modifier and Type Method Description void
AgentParametersProvidersProcessor. register(AgentTypeKey agentTypeKey, Future<AgentDescription> parametersHolderFuture, long maxRetrieveTimeout)
-
Uses of AgentDescription in jetbrains.buildServer.serverSide.impl.agent
Classes in jetbrains.buildServer.serverSide.impl.agent that implement AgentDescription Modifier and Type Class Description class
AbstractBuildAgent
class
AbstractBuildAgentContext
class
DeadAgent
User: kirclass
DummyAgentType
class
RegisteredAgent
class
UnregisteredAgent
User: kirMethods in jetbrains.buildServer.serverSide.impl.agent that return AgentDescription Modifier and Type Method Description AgentDescription
AbstractBuildAgentContext. getAgentDescription()
Methods in jetbrains.buildServer.serverSide.impl.agent with parameters of type AgentDescription Modifier and Type Method Description void
AbstractBuildAgentContext. setAgentDescription(AgentDescription agentDescription)
Constructors in jetbrains.buildServer.serverSide.impl.agent with parameters of type AgentDescription Constructor Description AbstractBuildAgent(AgentDescription description, String authorizationToken, AgentContext context, CurrentAgentVersionProvider currentAgentVersionProvider)
AbstractBuildAgentContext(AgentContext context, AgentDescription description)
DeadAgent(AgentContext context, AgentDescription description, int agentId, int agentTypeId, CurrentAgentVersionProvider currentAgentVersionProvider)
DeadAgent(AgentContext context, AgentDescription description, String agentName, int agentTypeId, CurrentAgentVersionProvider currentAgentVersionProvider)
RegisteredAgent(AgentContext context, AgentDescription agentDescription, RemoteAgentConnection connection, String host, int port, String agentName, String agentAuthorizationToken, String agentPingCode, String agentVersion, String pluginsSignature, CurrentAgentVersionProvider currentAgentVersionProvider)
UnregisteredAgent(AgentContext context, AgentDescription description, AgentData data, CurrentAgentVersionProvider currentAgentVersionProvider)
-
Uses of AgentDescription in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement AgentDescription Modifier and Type Class Description class
SecuredAgentType
class
SecuredBuildAgent
Methods in jetbrains.buildServer.serverSide.impl.auth that return AgentDescription Modifier and Type Method Description AgentDescription
SecuredBuildAgentFactory. createAgentDescription(AgentDetails details)
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type AgentDescription Modifier and Type Method Description void
SecuredBuildAgent. setAgentDescription(AgentDescription description)
void
SecuredBuildAgentManager. updateAgentParameters(int agentId, String authorizationToken, AgentDescription newAgentDescription)
void
SecuredAgentTypeManager. updateAgentType(int agentTypeId, AgentDescription agentDescription, boolean isInitialUpdate)
-