Uses of Interface
com.atlassian.bamboo.agent.PerAgentTokenService
-
Packages that use PerAgentTokenService Package Description com.atlassian.bamboo.agent com.atlassian.bamboo.agent.ephemeral com.atlassian.bamboo.plugins.testutils.rest.resource.agent -
-
Uses of PerAgentTokenService in com.atlassian.bamboo.agent
Constructors in com.atlassian.bamboo.agent with parameters of type PerAgentTokenService Constructor Description PerAgentTokenEventListener(@NotNull PerAgentTokenService perAgentTokenService)
-
Uses of PerAgentTokenService in com.atlassian.bamboo.agent.ephemeral
Classes in com.atlassian.bamboo.agent.ephemeral that implement PerAgentTokenService Modifier and Type Class Description class
PerAgentTokenServiceImpl
-
Uses of PerAgentTokenService in com.atlassian.bamboo.plugins.testutils.rest.resource.agent
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.agent with parameters of type PerAgentTokenService Constructor Description AgentResource(AgentManager agentManager, AgentAssignmentService agentAssignmentService, RemoteAgentAuthenticationManager agentAuthenticationManager, RemoteAgentManager remoteAgentManager, AgentSecurityTokenService agentSecurityTokenService, PerAgentTokenService perAgentTokenService)
-