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 CompatibilityResultMockBuildType. getAgentCompatibility(AgentDescription agentDescription) -
Uses of AgentDescription in jetbrains.buildServer
Methods in jetbrains.buildServer with parameters of type AgentDescription Modifier and Type Method Description CompatibilityResultMockBuildPromotion. 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 booleanCloudType. canBeAgentOfType(AgentDescription description)Checks it the agent could be an instance of one of the running profiles.booleanCloudInstance. containsAgent(AgentDescription agent)Checks is the agent is running under this instanceCloudInstanceCloudClient. findInstanceByAgent(AgentDescription agent)Checks if the agent is an instnce of one of the running instances of that cloud profile.StringCloudClient. 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 AgentDescriptionDummyCloudInstance. myAgentFields in jetbrains.buildServer.clouds.fakeCloud with type parameters of type AgentDescription Modifier and Type Field Description Map<AgentDescription,DummyCloudInstance>DummyCloudClient. myInstancesByAgentMethods in jetbrains.buildServer.clouds.fakeCloud with parameters of type AgentDescription Modifier and Type Method Description booleanDummyCloudClientFactory. canBeAgentOfType(AgentDescription description)booleanDummyCloudInstance. containsAgent(AgentDescription agent)CloudInstanceDummyCloudClient. findInstanceByAgent(AgentDescription agent)StringDummyCloudClient. 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 descriptionCloudAgentRelationMap<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 descriptionCloudAgentRelationPair<CloudProfile,CloudInstance>CloudAgentRelation. findInstanceByAgent(AgentDescription description, boolean searchEverywhere)Deprecated.see class descriptionCloudAgentRelationPair<CloudProfile,CloudInstance>CloudManager. findInstanceByAgent(AgentDescription agent)Checks if the agent is an instnce of one of the running instances.StringCloudManager. 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 descriptionCloudAgentRelationMap<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 booleanStartInstanceUserAction.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 CloudInstanceCloudClientCanStartProxy. findInstanceByAgent(AgentDescription agent)CloudInstanceDisposingCloudClientProxy. findInstanceByAgent(AgentDescription agent)StringCloudClientCanStartProxy. generateAgentName(AgentDescription agent)StringDisposingCloudClientProxy. 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 AgentDescriptionAgentDetailsFormBase. 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 interfaceBuildAgentExinterfaceSBuildAgentRepresents agent on the server side.Methods in jetbrains.buildServer.serverSide that return AgentDescription Modifier and Type Method Description AgentDescriptionBuildAgentFactory. createAgentDescription(AgentDetails details)AgentDescriptionAgentCompatibility. getAgentDescription()Specified agent description.Methods in jetbrains.buildServer.serverSide with parameters of type AgentDescription Modifier and Type Method Description CompatibilityResultRawCompatibilityCalculator. calculateCompatibility(BuildSettings bs, AgentDescription agentDescription, boolean stopOnFirstIncompatibility)CompatibilityResultBuildPromotionEx. getAgentCompatibility(AgentDescription agentDescription)CompatibilityResultCompatibleAgents. getAgentCompatibility(AgentDescription agentDescription)Fetches compatibility information for given agent descriptionbooleanRawCompatibilityCalculator. 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.voidBuildAgentEx. setAgentDescription(AgentDescription description)Updates agent description of agent.voidBuildAgentManagerEx. 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 voidRawCompatibilityCalculator. 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 interfaceAgentTypeinterfaceMutableAgentDescriptioninterfaceSAgentTypeClasses in jetbrains.buildServer.serverSide.agentTypes that implement AgentDescription Modifier and Type Class Description classAgentDescriptionBaseclassAgentTypeDataclassAgentTypeImplclassAgentTypePropertiesProperties of agent type.classDeadAgentTypeThis agent type is used for creating an instance of BuildAgent when there is no real agent type.classMutableAgentDescriptionProxyclassUnresolvedCloudAgentTypeDataThis is special marker class on top of AgentTypeData to indicate that we cannot resolveAgentTypePolicyof 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 booleanAgentTypeDatabaseStorage. sameDescriptions(AgentDescription descr1, AgentDescription descr2)voidAgentTypeDatabaseStorage. storeAgentDescription(int agentTypeId, AgentDescription description, boolean isInitialUpdate)voidAgentTypeManager. updateAgentType(int agentTypeId, AgentDescription agentDescription, boolean isInitialUpdate)updates agent type parameters from the agent's parametersvoidAgentTypeManagerImpl. 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 voidFakeAgentTypeManager. 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 classAbstractBuildPromotion.CandidatesCache<A extends AgentDescription>Classes in jetbrains.buildServer.serverSide.impl that implement AgentDescription Modifier and Type Class Description classAgentDetailsDescriptionclassMockAgentDescriptionclassMockAgentTypeclassMockBuildAgentclassUnknownAgentDescriptionMethods in jetbrains.buildServer.serverSide.impl that return AgentDescription Modifier and Type Method Description AgentDescriptionBuildAgentFactoryImpl. createAgentDescription(AgentDetails details)AgentDescriptionMockBuildAgentFactory. createAgentDescription(AgentDetails details)AgentDescriptionAgentDescriptionFactory. createDescription(AgentDetails agentDetails)AgentDescriptionAgentDescriptionFactoryImpl. createDescription(AgentDetails agentDetails)AgentDescriptionAgentDescriptionFactory. createUnknownAgentDescription()AgentDescriptionAgentDescriptionFactoryImpl. createUnknownAgentDescription()AgentDescriptionAgentDescriptionFactory. findAgentDescription(int agentTypeId)AgentDescriptionAgentDescriptionFactoryImpl. 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 voidAgentParametersProvidersProcessor. 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 classAbstractBuildAgentclassAbstractBuildAgentContextclassDeadAgentUser: kirclassDummyAgentTypeclassRegisteredAgentclassUnregisteredAgentUser: kirMethods in jetbrains.buildServer.serverSide.impl.agent that return AgentDescription Modifier and Type Method Description AgentDescriptionAbstractBuildAgentContext. getAgentDescription()Methods in jetbrains.buildServer.serverSide.impl.agent with parameters of type AgentDescription Modifier and Type Method Description voidAbstractBuildAgentContext. 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 classSecuredAgentTypeclassSecuredBuildAgentMethods in jetbrains.buildServer.serverSide.impl.auth that return AgentDescription Modifier and Type Method Description AgentDescriptionSecuredBuildAgentFactory. createAgentDescription(AgentDetails details)Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type AgentDescription Modifier and Type Method Description voidSecuredBuildAgent. setAgentDescription(AgentDescription description)voidSecuredBuildAgentManager. updateAgentParameters(int agentId, String authorizationToken, AgentDescription newAgentDescription)voidSecuredAgentTypeManager. updateAgentType(int agentTypeId, AgentDescription agentDescription, boolean isInitialUpdate)
-