Uses of Interface
com.atlassian.bamboo.buildqueue.manager.RemoteAgentManager
-
-
Uses of RemoteAgentManager in com.atlassian.bamboo.buildqueue.manager
Classes in com.atlassian.bamboo.buildqueue.manager that implement RemoteAgentManager Modifier and Type Class Description class
RemoteAgentManagerImpl
-
Uses of RemoteAgentManager in com.atlassian.bamboo.configuration.agent
Methods in com.atlassian.bamboo.configuration.agent with parameters of type RemoteAgentManager Modifier and Type Method Description void
ControlRemoteAgentsAvailability. 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 RemoteAgentManager Constructor Description RemoteAgentConfigurationResource(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 RemoteAgentManager Constructor Description AgentResource(AgentManager agentManager, AgentAssignmentService agentAssignmentService, RemoteAgentAuthenticationManager agentAuthenticationManager, RemoteAgentManager remoteAgentManager, AgentSecurityTokenService agentSecurityTokenService, PerAgentTokenService perAgentTokenService)
-
Uses of RemoteAgentManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type RemoteAgentManager Modifier and Type Field Description static Supplier<RemoteAgentManager>
ComponentAccessor. REMOTE_AGENT_MANAGER
Deprecated. -
Uses of RemoteAgentManager in com.atlassian.bamboo.v2.build.agent
Methods in com.atlassian.bamboo.v2.build.agent with parameters of type RemoteAgentManager Modifier and Type Method Description void
AgentsHeartBeatCheckerJob. setRemoteAgentManager(RemoteAgentManager remoteAgentManager)
-