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 void
BuildServerCreator. registerAgent(BuildAgentEx buildAgent)
void
BuildServerCreator. 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 AgentTypeKey
CloudAgentTypeProviderImpl. makeKey(BuildAgentEx desc)
-
Uses of BuildAgentEx in jetbrains.buildServer.controllers
Methods in jetbrains.buildServer.controllers that return BuildAgentEx Modifier and Type Method Description BuildAgentEx
RunBuildBean.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 BuildAgentEx
AgentDetailsForm. getAgent()
BuildAgentEx
PoolAgent. 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 void
LicenseTokenManager. grantLicense(BuildAgentEx agent)
Checks whether a license token can be granted to the specified agent.void
ServerLicenseManager. grantLicense(BuildAgentEx agent)
-
Uses of BuildAgentEx in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return BuildAgentEx Modifier and Type Method Description protected BuildAgentEx
BaseServerSpringContextTestCase. createAndRegisterAgent(String name)
BuildAgentEx
BuildAgentFactory. createDeadAgent(int agentId, int agentTypeId)
BuildAgentEx
BuildAgentFactory. createDeadAgent(String agentName, int agentTypeId)
BuildAgentEx
BuildAgentFactory. createFakeAgent(String agentName)
BuildAgentEx
BuildAgentFactory. createRegisteredAgent(AgentDetails agentDetails, RemoteAgentConnection agentConnection)
BuildAgentEx
BuildAgentFactory. createRegisteredAgentWithPollingConnection(AgentDetails agentDetails)
BuildAgentEx
BuildAgentFactory. createRegisteredAgentWithPollingConnection(AgentData agentData, String agentVersion, String pluginsSignature)
BuildAgentEx
BuildAgentFactory. createUnregisteredAgent(AgentData agentData)
BuildAgentEx
BuildAgentManagerEx. findAgentById(int agentId, boolean searchUnregistered)
BuildAgentEx
BuildAgentManagerEx. findAgentByName(String agentName, boolean searchUnregistered)
BuildAgentEx
BuildAgentManagerEx. 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 void
AgentPersister. generateUniqueAuthorizationToken(BuildAgentEx agent)
Generates new unique token which should be used to authorize this agentvoid
AgentPersister. invalidateCaches(BuildAgentEx agent)
Clear all caches that may affect the agentvoid
AgentPersister. register(BuildAgentEx agent)
Marks agent as registered in database.BuildAgentEx
BuildAgentManagerEx. 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.void
AgentPersister. removeAgent(BuildAgentEx agent)
Removes agent from the database.boolean
AgentPersister. restoreAgentStatus(BuildAgentEx agent)
Returns true if agent exists in database and its' status has been restored.void
AgentPersister. setAgentTypeId(BuildAgentEx agent, int agentTypeId)
Persists agent type idvoid
AgentPersister. setAuthorized(BuildAgentEx agent, boolean authorized)
Persists this agent authorized status in database.void
AgentPersister. setEnabled(BuildAgentEx agent, boolean enabled)
Persists this agent status enabled status in database.void
AgentPersister. setEnabled(BuildAgentEx agent, boolean enabled, long statusRestoringTimestamp)
Persists this agent status enabled status in database.void
AgentPersister. 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 void
AgentPersister. 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 void
AgentPoolManager. moveAgentToPool(int agentPoolId, BuildAgentEx agent)
Moves specified agent to the specified pool.void
AgentPoolManagerImpl. 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 int
AgentTypeManager. assignAgentType(BuildAgentEx agent)
Creates agent type for specified agent if agent does not have one and assigns it to the agent.int
AgentTypeManagerImpl. assignAgentType(BuildAgentEx agent)
AgentTypeKey
AgentTypeProvider. makeKey(BuildAgentEx desc)
Creates agent type key for a given agent typeAgentTypeKey
RealAgentTypeProvider. makeKey(BuildAgentEx desc)
void
AgentTypeManager. updateAgentType(BuildAgentEx agent, boolean isInitialUpdate)
updates agent type parameters from the agent's parametersvoid
AgentTypeManagerImpl. 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 BuildAgentAssert
ServerAsserts. 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 int
FakeAgentTypeManager. assignAgentType(BuildAgentEx agent)
void
FakeAgentPoolManager. moveAgentToPool(int agentPoolId, BuildAgentEx agent)
void
FakeAgentTypeManager. 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 class
MockBuildAgent
Methods in jetbrains.buildServer.serverSide.impl that return BuildAgentEx Modifier and Type Method Description BuildAgentEx
RunningBuildImpl. computeAgentlessBuildAgent()
BuildAgentEx
MockBuildAgentFactory. createDeadAgent(int agentId, int agentTypeId)
BuildAgentEx
MockBuildAgentFactory. createDeadAgent(String agentName, int agentTypeId)
BuildAgentEx
BuildAgentFactoryImpl. createFakeAgent(String agentName)
BuildAgentEx
MockBuildAgentFactory. createFakeAgent(String agentName)
BuildAgentEx
BuildAgentFactoryImpl. createRegisteredAgent(AgentDetails agentDetails, RemoteAgentConnection agentConnection)
BuildAgentEx
MockBuildAgentFactory. createRegisteredAgent(AgentDetails agentDetails, RemoteAgentConnection agentConnection)
BuildAgentEx
BuildAgentFactoryImpl. createRegisteredAgentWithPollingConnection(AgentDetails agentDetails)
BuildAgentEx
MockBuildAgentFactory. createRegisteredAgentWithPollingConnection(AgentDetails agentDetails)
BuildAgentEx
MockBuildAgentFactory. createRegisteredAgentWithPollingConnection(AgentData agentData, String agentVersion, String pluginsSignature)
BuildAgentEx
MockBuildAgentFactory. createUnregisteredAgent(AgentData agentData)
BuildAgentEx
BuildAgentManagerImpl. findAgentById(int agentId, boolean searchUnregistered)
BuildAgentEx
BuildAgentManagerImpl. findAgentByName(String agentName, boolean searchUnregistered)
abstract BuildAgentEx
BaseBuild. getAgent()
abstract BuildAgentEx
BaseRunningBuild. getAgent()
BuildAgentEx
CompositeRunningBuild. getAgent()
BuildAgentEx
DummyBuild. getAgent()
BuildAgentEx
FinishedBuildEx. getAgent()
BuildAgentEx
FinishedBuildImpl. getAgent()
BuildAgentEx
RunningBuildImpl. getAgent()
BuildAgentEx
BuildAgentManagerImpl. 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 boolean
BuildAgentUpgrader. checkUpgradeRequired(BuildAgentEx agent)
static String
BuildAgentManagerImpl.AgentVersions. fromAgent(BuildAgentEx agent)
void
AgentPersistenceFacade. generateUniqueAuthorizationToken(BuildAgentEx agent)
void
AgentPersistenceFacade. invalidateCaches(BuildAgentEx agent)
void
AgentPersistenceFacade. register(BuildAgentEx agent)
BuildAgentEx
BuildAgentManagerImpl. registerAgent(BuildAgentEx agent, long buildIdReportedByAgent)
protected void
BaseServerTestCase. registerAndEnableAgent(BuildAgentEx agent)
void
BuildAgentManagerImpl. rememberAndSendRegistered(BuildAgentEx agent)
void
AgentPersistenceFacade. removeAgent(BuildAgentEx agent)
boolean
AgentPersistenceFacade. restoreAgentStatus(BuildAgentEx agent)
boolean
BuildAgentUpgrader. scheduleUpgradeIfNecessary(BuildAgentEx agent)
void
AgentPersistenceFacade. setAgentTypeId(BuildAgentEx agent, int agentTypeId)
void
AgentPersistenceFacade. setAuthorized(BuildAgentEx agent, boolean authorized)
void
AgentPersistenceFacade. setEnabled(BuildAgentEx agent, boolean enabled)
void
AgentPersistenceFacade. setEnabled(BuildAgentEx agent, boolean enabled, long statusRestoringTimestamp)
void
AgentPersistenceFacade. unregister(BuildAgentEx agent, String unregisterReason)
void
AgentPersistenceFacade. updateAgentAuthorizationToken(BuildAgentEx agent)
Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type BuildAgentEx Modifier and Type Method Description void
AgentPersistenceFacade. 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 class
AbstractBuildAgent
class
AbstractBuildAgentContext
class
DeadAgent
User: kirclass
RegisteredAgent
class
UnregisteredAgent
User: 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 class
SecuredBuildAgent
Methods in jetbrains.buildServer.serverSide.impl.auth that return BuildAgentEx Modifier and Type Method Description BuildAgentEx
SecuredBuildAgentFactory. createDeadAgent(int agentId, int agentTypeId)
BuildAgentEx
SecuredBuildAgentFactory. createDeadAgent(String agentName, int agentTypeId)
BuildAgentEx
SecuredBuildAgentFactory. createFakeAgent(String agentName)
BuildAgentEx
SecuredBuildAgentFactory. createRegisteredAgent(AgentDetails agentDetails, RemoteAgentConnection agentConnection)
BuildAgentEx
SecuredBuildAgentFactory. createRegisteredAgentWithPollingConnection(AgentDetails agentDetails)
BuildAgentEx
SecuredBuildAgentFactory. createRegisteredAgentWithPollingConnection(AgentData agentData, String agentVersion, String pluginsSignature)
BuildAgentEx
SecuredBuildAgentFactory. createUnregisteredAgent(AgentData agentData)
BuildAgentEx
SecuredBuildAgentManager. findAgentById(int agentId, boolean searchUnregistered)
BuildAgentEx
SecuredBuildAgentManager. findAgentByName(String agentName, boolean searchUnregistered)
BuildAgentEx
SecuredFinishedBuildImpl. getAgent()
BuildAgentEx
SecuredRunningBuild. getAgent()
BuildAgentEx
SecuredBuildAgentManager. 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 int
SecuredAgentTypeManager. assignAgentType(BuildAgentEx agent)
void
SecuredAgentPoolManager. moveAgentToPool(int targetPoolId, BuildAgentEx agent)
BuildAgentEx
SecuredBuildAgentManager. registerAgent(BuildAgentEx agent, long currentlyRunningBuildId)
void
SecuredAgentTypeManager. 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 BuildAgentEx
SingleAgentRestrictor. getBuildAgent()
-