Uses of Interface
com.atlassian.bamboo.buildqueue.manager.RemoteAgentManager
Packages that use RemoteAgentManager
Package
Description
-
Uses of RemoteAgentManager in com.atlassian.bamboo.buildqueue.manager
Classes in com.atlassian.bamboo.buildqueue.manager that implement RemoteAgentManager -
Uses of RemoteAgentManager in com.atlassian.bamboo.configuration.agent
Methods in com.atlassian.bamboo.configuration.agent with parameters of type RemoteAgentManagerModifier and TypeMethodDescriptionvoidControlRemoteAgentsAvailability.setRemoteAgentManager(RemoteAgentManager remoteAgentManager) -
Uses of RemoteAgentManager in com.atlassian.bamboo.plugins.rest.admin.agent
Constructors in com.atlassian.bamboo.plugins.rest.admin.agent with parameters of type RemoteAgentManagerModifierConstructorDescriptionRemoteAgentConfigurationResource(FeatureManager featureManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, RemoteAgentConfigurationConversionFunction function, RemoteAgentManager remoteAgentManager, RestHelperWrapper restHelperWrapper) -
Uses of RemoteAgentManager in com.atlassian.bamboo.plugins.testutils.rest.resource.agent
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.agent with parameters of type RemoteAgentManagerModifierConstructorDescriptionAgentResource(AgentManager agentManager, AgentAssignmentService agentAssignmentService, RemoteAgentAuthenticationManager agentAuthenticationManager, RemoteAgentManager remoteAgentManager, AgentSecurityTokenService agentSecurityTokenService, PerAgentTokenService perAgentTokenService, AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister) -
Uses of RemoteAgentManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type RemoteAgentManagerModifier and TypeFieldDescriptionstatic final Supplier<RemoteAgentManager>ComponentAccessor.REMOTE_AGENT_MANAGERDeprecated. -
Uses of RemoteAgentManager in com.atlassian.bamboo.v2.build.agent
Methods in com.atlassian.bamboo.v2.build.agent with parameters of type RemoteAgentManagerModifier and TypeMethodDescriptionvoidAgentsHeartBeatCheckerJob.setRemoteAgentManager(RemoteAgentManager remoteAgentManager)