Uses of Interface
jetbrains.buildServer.serverSide.BuildAgentEx
-
-
Uses of BuildAgentEx in jetbrains
Methods in jetbrains with parameters of type BuildAgentEx Modifier and Type Method Description voidBuildServerCreator. registerAgent(BuildAgentEx buildAgent)voidBuildServerCreator. unregisterAgent(BuildAgentEx buildAgent) -
Uses of BuildAgentEx in jetbrains.buildServer.clouds.server.agentTypes
Methods in jetbrains.buildServer.clouds.server.agentTypes with parameters of type BuildAgentEx Modifier and Type Method Description AgentTypeKeyCloudAgentTypeProviderImpl. makeKey(BuildAgentEx desc) -
Uses of BuildAgentEx in jetbrains.buildServer.controllers
Methods in jetbrains.buildServer.controllers that return BuildAgentEx Modifier and Type Method Description BuildAgentExRunBuildBean.AgentDescriptionWrapper. getBuildAgent()Constructors in jetbrains.buildServer.controllers with parameters of type BuildAgentEx Constructor Description AgentDescriptionWrapper(BuildAgentEx buildAgent) -
Uses of BuildAgentEx in jetbrains.buildServer.controllers.agent
Methods in jetbrains.buildServer.controllers.agent that return BuildAgentEx Modifier and Type Method Description BuildAgentExAgentDetailsForm. getAgent()BuildAgentExPoolAgent. getFirstInstance()Methods in jetbrains.buildServer.controllers.agent that return types with arguments of type BuildAgentEx Modifier and Type Method Description List<BuildAgentEx>AgentsParametersReportController.ParameterGroup. getAgents()List<BuildAgentEx>AgentsParametersReportController.ParameterValueGroup. getAgents() -
Uses of BuildAgentEx in jetbrains.buildServer.license
Methods in jetbrains.buildServer.license with parameters of type BuildAgentEx Modifier and Type Method Description voidLicenseTokenManager. grantLicense(BuildAgentEx agent)Checks whether a license token can be granted to the specified agent.voidServerLicenseManager. grantLicense(BuildAgentEx agent) -
Uses of BuildAgentEx in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return BuildAgentEx Modifier and Type Method Description protected BuildAgentExBaseServerSpringContextTestCase. createAndRegisterAgent(String name)BuildAgentExBuildAgentFactory. createDeadAgent(int agentId, int agentTypeId)BuildAgentExBuildAgentFactory. createDeadAgent(String agentName, int agentTypeId)BuildAgentExBuildAgentFactory. createFakeAgent(String agentName)BuildAgentExBuildAgentFactory. createRegisteredAgent(AgentDetails agentDetails, RemoteAgentConnection agentConnection)BuildAgentExBuildAgentFactory. createRegisteredAgentWithPollingConnection(AgentDetails agentDetails)BuildAgentExBuildAgentFactory. createRegisteredAgentWithPollingConnection(AgentData agentData, String agentVersion, String pluginsSignature)BuildAgentExBuildAgentFactory. createUnregisteredAgent(AgentData agentData)BuildAgentExBuildAgentManagerEx. findAgentById(int agentId, boolean searchUnregistered)BuildAgentExBuildAgentManagerEx. findAgentByName(String agentName, boolean searchUnregistered)BuildAgentExBuildAgentManagerEx. registerAgent(BuildAgentEx agent, long currentlyRunningBuildId)Returns the registered agent - the same instance as was passed in the parameters if this is a new registration, or another instance if such agent is already registered.Methods in jetbrains.buildServer.serverSide that return types with arguments of type BuildAgentEx Modifier and Type Method Description List<BuildAgentEx>BuildAgentManagerEx. findAgentsByAgentTypeIds(Set<Integer> agentTypeIds, boolean searchUnregistered)List<BuildAgentEx>BuildAgentManagerEx. getAllAgents()List<BuildAgentEx>BuildAgentManagerEx. getAllAgents(boolean includeUnauthorized)List<BuildAgentEx>BuildAgentManagerEx. getRegisteredAgents()List<BuildAgentEx>BuildAgentManagerEx. getRegisteredAgents(boolean includeUnauthorized)List<BuildAgentEx>BuildAgentManagerEx. getUnregisteredAgents()List<BuildAgentEx>BuildAgentManagerEx. getUnregisteredAgents(boolean includeUnauthorized)Methods in jetbrains.buildServer.serverSide with parameters of type BuildAgentEx Modifier and Type Method Description voidAgentPersister. generateUniqueAuthorizationToken(BuildAgentEx agent)Generates new unique token which should be used to authorize this agentvoidAgentPersister. invalidateCaches(BuildAgentEx agent)Clear all caches that may affect the agentvoidAgentPersister. register(BuildAgentEx agent)Marks agent as registered in database.BuildAgentExBuildAgentManagerEx. registerAgent(BuildAgentEx agent, long currentlyRunningBuildId)Returns the registered agent - the same instance as was passed in the parameters if this is a new registration, or another instance if such agent is already registered.voidAgentPersister. removeAgent(BuildAgentEx agent)Removes agent from the database.booleanAgentPersister. restoreAgentStatus(BuildAgentEx agent)Returns true if agent exists in database and its' status has been restored.voidAgentPersister. setAgentTypeId(BuildAgentEx agent, int agentTypeId)Persists agent type idvoidAgentPersister. setAuthorized(BuildAgentEx agent, boolean authorized)Persists this agent authorized status in database.voidAgentPersister. setEnabled(BuildAgentEx agent, boolean enabled)Persists this agent status enabled status in database.voidAgentPersister. setEnabled(BuildAgentEx agent, boolean enabled, long statusRestoringTimestamp)Persists this agent status enabled status in database.voidAgentPersister. unregister(BuildAgentEx agent, String unregisterReason)Marks agent as unregistered in database.Method parameters in jetbrains.buildServer.serverSide with type arguments of type BuildAgentEx Modifier and Type Method Description voidAgentPersister. restoreAgentsEnabledStatusesIfNeeded(Function<Integer,BuildAgentEx> agentSupplier)Restores agents statuses if needed -
Uses of BuildAgentEx in jetbrains.buildServer.serverSide.agentPools
Methods in jetbrains.buildServer.serverSide.agentPools with parameters of type BuildAgentEx Modifier and Type Method Description voidAgentPoolManager. moveAgentToPool(int agentPoolId, BuildAgentEx agent)Moves specified agent to the specified pool.voidAgentPoolManagerImpl. moveAgentToPool(int agentPoolId, BuildAgentEx agent)Method parameters in jetbrains.buildServer.serverSide.agentPools with type arguments of type BuildAgentEx Modifier and Type Method Description static Map<AgentPool,Set<SAgentType>>AgentPoolUtil. getAgentTypesGrouped(Collection<? extends BuildAgentEx> agents) -
Uses of BuildAgentEx in jetbrains.buildServer.serverSide.agentTypes
Methods in jetbrains.buildServer.serverSide.agentTypes with parameters of type BuildAgentEx Modifier and Type Method Description intAgentTypeManager. assignAgentType(BuildAgentEx agent)Creates agent type for specified agent if agent does not have one and assigns it to the agent.intAgentTypeManagerImpl. assignAgentType(BuildAgentEx agent)AgentTypeKeyAgentTypeProvider. makeKey(BuildAgentEx desc)Creates agent type key for a given agent typeAgentTypeKeyRealAgentTypeProvider. makeKey(BuildAgentEx desc)voidAgentTypeManager. updateAgentType(BuildAgentEx agent, boolean isInitialUpdate)updates agent type parameters from the agent's parametersvoidAgentTypeManagerImpl. updateAgentType(BuildAgentEx agent, boolean isInitialUpdate) -
Uses of BuildAgentEx in jetbrains.buildServer.serverSide.asserts
Methods in jetbrains.buildServer.serverSide.asserts with parameters of type BuildAgentEx Modifier and Type Method Description static BuildAgentAssertServerAsserts. then(BuildAgentEx agent)Constructors in jetbrains.buildServer.serverSide.asserts with parameters of type BuildAgentEx Constructor Description BuildAgentAssert(BuildAgentEx actual) -
Uses of BuildAgentEx in jetbrains.buildServer.serverSide.fakes
Methods in jetbrains.buildServer.serverSide.fakes with parameters of type BuildAgentEx Modifier and Type Method Description intFakeAgentTypeManager. assignAgentType(BuildAgentEx agent)voidFakeAgentPoolManager. moveAgentToPool(int agentPoolId, BuildAgentEx agent)voidFakeAgentTypeManager. updateAgentType(BuildAgentEx agent, boolean allowDeleteParams) -
Uses of BuildAgentEx in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement BuildAgentEx Modifier and Type Class Description classMockBuildAgentMethods in jetbrains.buildServer.serverSide.impl that return BuildAgentEx Modifier and Type Method Description BuildAgentExRunningBuildImpl. computeAgentlessBuildAgent()BuildAgentExMockBuildAgentFactory. createDeadAgent(int agentId, int agentTypeId)BuildAgentExMockBuildAgentFactory. createDeadAgent(String agentName, int agentTypeId)BuildAgentExBuildAgentFactoryImpl. createFakeAgent(String agentName)BuildAgentExMockBuildAgentFactory. createFakeAgent(String agentName)BuildAgentExBuildAgentFactoryImpl. createRegisteredAgent(AgentDetails agentDetails, RemoteAgentConnection agentConnection)BuildAgentExMockBuildAgentFactory. createRegisteredAgent(AgentDetails agentDetails, RemoteAgentConnection agentConnection)BuildAgentExBuildAgentFactoryImpl. createRegisteredAgentWithPollingConnection(AgentDetails agentDetails)BuildAgentExMockBuildAgentFactory. createRegisteredAgentWithPollingConnection(AgentDetails agentDetails)BuildAgentExMockBuildAgentFactory. createRegisteredAgentWithPollingConnection(AgentData agentData, String agentVersion, String pluginsSignature)BuildAgentExMockBuildAgentFactory. createUnregisteredAgent(AgentData agentData)BuildAgentExBuildAgentManagerImpl. findAgentById(int agentId, boolean searchUnregistered)BuildAgentExBuildAgentManagerImpl. findAgentByName(String agentName, boolean searchUnregistered)abstract BuildAgentExBaseBuild. getAgent()abstract BuildAgentExBaseRunningBuild. getAgent()BuildAgentExCompositeRunningBuild. getAgent()BuildAgentExDummyBuild. getAgent()BuildAgentExFinishedBuildEx. getAgent()BuildAgentExFinishedBuildImpl. getAgent()BuildAgentExRunningBuildImpl. getAgent()BuildAgentExBuildAgentManagerImpl. registerAgent(BuildAgentEx agent, long buildIdReportedByAgent)Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type BuildAgentEx Modifier and Type Method Description List<BuildAgentEx>BuildAgentManagerImpl. findAgentsByAgentTypeIds(Set<Integer> agentTypeIds, boolean searchUnregistered)List<BuildAgentEx>BuildAgentManagerImpl. getAllAgents()List<BuildAgentEx>BuildAgentManagerImpl. getAllAgents(boolean includeUnauthorized)List<BuildAgentEx>BuildTypeImpl. getCanRunAgents()List<BuildAgentEx>DummyBuildType. getCanRunAgents()List<BuildAgentEx>BuildTypeImpl. getCanRunAndCompatibleAgents(boolean includeDisabled)Collects registered compatible agents where this build configuration is allowed to run.List<BuildAgentEx>DummyBuildType. getCanRunAndCompatibleAgents(boolean includeDisabled)List<BuildAgentEx>BuildAgentManagerImpl. getRegisteredAgents()List<BuildAgentEx>BuildAgentManagerImpl. getRegisteredAgents(boolean includeUnauthorized)List<BuildAgentEx>BuildAgentManagerImpl. getUnregisteredAgents()List<BuildAgentEx>BuildAgentManagerImpl. getUnregisteredAgents(boolean includeUnauthorized)Methods in jetbrains.buildServer.serverSide.impl with parameters of type BuildAgentEx Modifier and Type Method Description protected booleanBuildAgentUpgrader. checkUpgradeRequired(BuildAgentEx agent)static StringBuildAgentManagerImpl.AgentVersions. fromAgent(BuildAgentEx agent)voidAgentPersistenceFacade. generateUniqueAuthorizationToken(BuildAgentEx agent)voidAgentPersistenceFacade. invalidateCaches(BuildAgentEx agent)voidAgentPersistenceFacade. register(BuildAgentEx agent)BuildAgentExBuildAgentManagerImpl. registerAgent(BuildAgentEx agent, long buildIdReportedByAgent)protected voidBaseServerTestCase. registerAndEnableAgent(BuildAgentEx agent)voidBuildAgentManagerImpl. rememberAndSendRegistered(BuildAgentEx agent)voidAgentPersistenceFacade. removeAgent(BuildAgentEx agent)booleanAgentPersistenceFacade. restoreAgentStatus(BuildAgentEx agent)booleanBuildAgentUpgrader. scheduleUpgradeIfNecessary(BuildAgentEx agent)voidAgentPersistenceFacade. setAgentTypeId(BuildAgentEx agent, int agentTypeId)voidAgentPersistenceFacade. setAuthorized(BuildAgentEx agent, boolean authorized)voidAgentPersistenceFacade. setEnabled(BuildAgentEx agent, boolean enabled)voidAgentPersistenceFacade. setEnabled(BuildAgentEx agent, boolean enabled, long statusRestoringTimestamp)voidAgentPersistenceFacade. unregister(BuildAgentEx agent, String unregisterReason)voidAgentPersistenceFacade. updateAgentAuthorizationToken(BuildAgentEx agent)Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type BuildAgentEx Modifier and Type Method Description voidAgentPersistenceFacade. restoreAgentsEnabledStatusesIfNeeded(Function<Integer,BuildAgentEx> agentSupplier) -
Uses of BuildAgentEx in jetbrains.buildServer.serverSide.impl.agent
Classes in jetbrains.buildServer.serverSide.impl.agent that implement BuildAgentEx Modifier and Type Class Description classAbstractBuildAgentclassAbstractBuildAgentContextclassDeadAgentUser: kirclassRegisteredAgentclassUnregisteredAgentUser: kir -
Uses of BuildAgentEx in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement BuildAgentEx Modifier and Type Class Description classSecuredBuildAgentMethods in jetbrains.buildServer.serverSide.impl.auth that return BuildAgentEx Modifier and Type Method Description BuildAgentExSecuredBuildAgentFactory. createDeadAgent(int agentId, int agentTypeId)BuildAgentExSecuredBuildAgentFactory. createDeadAgent(String agentName, int agentTypeId)BuildAgentExSecuredBuildAgentFactory. createFakeAgent(String agentName)BuildAgentExSecuredBuildAgentFactory. createRegisteredAgent(AgentDetails agentDetails, RemoteAgentConnection agentConnection)BuildAgentExSecuredBuildAgentFactory. createRegisteredAgentWithPollingConnection(AgentDetails agentDetails)BuildAgentExSecuredBuildAgentFactory. createRegisteredAgentWithPollingConnection(AgentData agentData, String agentVersion, String pluginsSignature)BuildAgentExSecuredBuildAgentFactory. createUnregisteredAgent(AgentData agentData)BuildAgentExSecuredBuildAgentManager. findAgentById(int agentId, boolean searchUnregistered)BuildAgentExSecuredBuildAgentManager. findAgentByName(String agentName, boolean searchUnregistered)BuildAgentExSecuredFinishedBuildImpl. getAgent()BuildAgentExSecuredRunningBuild. getAgent()BuildAgentExSecuredBuildAgentManager. registerAgent(BuildAgentEx agent, long currentlyRunningBuildId)Methods in jetbrains.buildServer.serverSide.impl.auth that return types with arguments of type BuildAgentEx Modifier and Type Method Description List<BuildAgentEx>SecuredBuildAgentManager. findAgentsByAgentTypeIds(Set<Integer> agentTypeIds, boolean searchUnregistered)List<BuildAgentEx>SecuredBuildAgentManager. getAllAgents()List<BuildAgentEx>SecuredBuildAgentManager. getAllAgents(boolean includeUnauthorized)List<BuildAgentEx>SecuredBuildType. getCanRunAgents()List<BuildAgentEx>SecuredBuildType. getCanRunAndCompatibleAgents(boolean includeDisabled)List<BuildAgentEx>SecuredBuildAgentManager. getRegisteredAgents()List<BuildAgentEx>SecuredBuildAgentManager. getRegisteredAgents(boolean includeUnauthorized)List<BuildAgentEx>SecuredBuildAgentManager. getUnregisteredAgents()List<BuildAgentEx>SecuredBuildAgentManager. getUnregisteredAgents(boolean includeUnauthorized)Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type BuildAgentEx Modifier and Type Method Description intSecuredAgentTypeManager. assignAgentType(BuildAgentEx agent)voidSecuredAgentPoolManager. moveAgentToPool(int targetPoolId, BuildAgentEx agent)BuildAgentExSecuredBuildAgentManager. registerAgent(BuildAgentEx agent, long currentlyRunningBuildId)voidSecuredAgentTypeManager. updateAgentType(BuildAgentEx agent, boolean isInitialUpdate)Constructors in jetbrains.buildServer.serverSide.impl.auth with parameters of type BuildAgentEx Constructor Description SecuredBuildAgent(BuildAgentEx delegate, SecurityContextEx securityContext) -
Uses of BuildAgentEx in jetbrains.buildServer.serverSide.impl.buildDistribution.restrictors
Methods in jetbrains.buildServer.serverSide.impl.buildDistribution.restrictors that return BuildAgentEx Modifier and Type Method Description BuildAgentExSingleAgentRestrictor. getBuildAgent()
-