Uses of Interface
com.atlassian.bamboo.buildqueue.manager.RemoteAgentAuthenticationManager
-
-
Uses of RemoteAgentAuthenticationManager in com.atlassian.bamboo.buildqueue.manager
Classes in com.atlassian.bamboo.buildqueue.manager that implement RemoteAgentAuthenticationManager Modifier and Type Class Description classRemoteAgentAuthenticationManagerImplDefault implementation ofRemoteAgentAuthenticationManager. -
Uses of RemoteAgentAuthenticationManager in com.atlassian.bamboo.configuration.agent
Fields in com.atlassian.bamboo.configuration.agent declared as RemoteAgentAuthenticationManager Modifier and Type Field Description protected RemoteAgentAuthenticationManagerAbstractRemoteAgentAuthenticationAction. remoteAgentAuthenticationManagerMethods in com.atlassian.bamboo.configuration.agent with parameters of type RemoteAgentAuthenticationManager Modifier and Type Method Description voidAbstractRemoteAgentAuthenticationAction. setRemoteAgentAuthenticationManager(RemoteAgentAuthenticationManager remoteAgentAuthenticationManager)voidConfigureRemoteAgentAuthentications. setRemoteAgentAuthenticationManager(RemoteAgentAuthenticationManager remoteAgentAuthenticationManager)voidControlRemoteAgentsAuthentication. setRemoteAgentAuthenticationManager(RemoteAgentAuthenticationManager remoteAgentManager)voidViewRemoteAgentAuthentications. setRemoteAgentAuthenticationManager(RemoteAgentAuthenticationManager remoteAgentAuthenticationManager) -
Uses of RemoteAgentAuthenticationManager in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type RemoteAgentAuthenticationManager Constructor Description AgentAuthenticationResource(com.atlassian.sal.api.message.I18nResolver i18nResolver, RemoteAgentAuthenticationManager remoteAgentAuthenticationManager, RestHelperWrapper restHelperWrapper) -
Uses of RemoteAgentAuthenticationManager in com.atlassian.bamboo.plugins.testutils.rest.resource.agent
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.agent with parameters of type RemoteAgentAuthenticationManager Constructor Description AgentResource(AgentManager agentManager, AgentAssignmentService agentAssignmentService, RemoteAgentAuthenticationManager agentAuthenticationManager, RemoteAgentManager remoteAgentManager, AgentSecurityTokenService agentSecurityTokenService, PerAgentTokenService perAgentTokenService) -
Uses of RemoteAgentAuthenticationManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type RemoteAgentAuthenticationManager Modifier and Type Field Description static Supplier<RemoteAgentAuthenticationManager>ComponentAccessor. REMOTE_AGENT_AUTHENTICATION_MANAGERDeprecated.
-