Package it.com.atlassian.bamboo.agent
Class AgentAssignmentWiredTest
- java.lang.Object
-
- it.com.atlassian.bamboo.agent.AgentAssignmentWiredTest
-
public class AgentAssignmentWiredTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ImpersonationRule
impersonationRule
-
Constructor Summary
Constructors Constructor Description AgentAssignmentWiredTest(AgentManager agentManager, AgentAssignmentService agentAssignmentService, ElasticImageConfigurationManager elasticImageConfigurationManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, EphemeralAgentsService ephemeralAgentsService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testElasticAgentDataCaching()
void
testEphemeralAgentDataCaching()
void
testLocalAgentDataCaching()
void
testRemoteAgentDataCaching()
-
-
-
Field Detail
-
impersonationRule
public ImpersonationRule impersonationRule
-
-
Constructor Detail
-
AgentAssignmentWiredTest
@Inject public AgentAssignmentWiredTest(AgentManager agentManager, AgentAssignmentService agentAssignmentService, ElasticImageConfigurationManager elasticImageConfigurationManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, EphemeralAgentsService ephemeralAgentsService)
-
-
Method Detail
-
testLocalAgentDataCaching
public void testLocalAgentDataCaching() throws Exception
- Throws:
Exception
-
testRemoteAgentDataCaching
public void testRemoteAgentDataCaching() throws Exception
- Throws:
Exception
-
testElasticAgentDataCaching
public void testElasticAgentDataCaching() throws Exception
- Throws:
Exception
-
-