Modifier and Type | Method and Description |
---|---|
List<ElasticAgentDefinition> |
ElasticImageConfigurationHibernateDao.getElasticAgentsForImageConfigurationId(long id) |
List<ElasticAgentDefinition> |
ElasticImageConfigurationDao.getElasticAgentsForImageConfigurationId(long id)
Retrieves a list of elastic agenst associated with the given elastic image configuration
|
Modifier and Type | Method and Description |
---|---|
void |
ElasticFunctionalityFacadeImpl.restoreAgent(ElasticAgentDefinition elasticAgentDefinition,
com.amazonaws.services.ec2.model.Instance instance,
com.atlassian.aws.AWSAccount awsAccount) |
void |
ElasticFunctionalityFacade.restoreAgent(ElasticAgentDefinition elasticAgentDefinition,
com.amazonaws.services.ec2.model.Instance instance,
com.atlassian.aws.AWSAccount awsAccount) |
RemoteElasticInstance |
ElasticInstanceManagerImpl.restoreElasticAgent(ElasticAgentDefinition elasticAgentDefinition,
com.amazonaws.services.ec2.model.Instance instance,
RemoteElasticInstanceListener listener,
com.atlassian.aws.AWSAccount awsAccount,
AgentManager agentManager,
com.atlassian.aws.ec2.InstanceLaunchConfigurationBuilder instanceLaunchConfigurationBuilder) |
RemoteElasticInstance |
ElasticInstanceManager.restoreElasticAgent(ElasticAgentDefinition elasticAgentDefinition,
com.amazonaws.services.ec2.model.Instance instance,
RemoteElasticInstanceListener listener,
com.atlassian.aws.AWSAccount awsAccount,
AgentManager agentManager,
com.atlassian.aws.ec2.InstanceLaunchConfigurationBuilder instanceLaunchConfigurationBuilder)
After Bamboo server restart, reconnect to elastic agent.
|
void |
RemoteElasticInstanceImpl.restoreInstance(ElasticAgentDefinition elasticAgentDefinition,
com.amazonaws.services.ec2.model.Instance instance) |
void |
RemoteElasticInstance.restoreInstance(ElasticAgentDefinition elasticAgentDefinition,
com.amazonaws.services.ec2.model.Instance instance)
Restore elastic agent's state after server restart
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineDefinitionVisitor.visitElastic(ElasticAgentDefinition pipelineDefinition) |
Modifier and Type | Method and Description |
---|---|
List<ElasticAgentDefinition> |
AgentHibernateDao.findAllElasticAgents(Collection<String> instanceIds) |
List<ElasticAgentDefinition> |
AgentDao.findAllElasticAgents(Collection<String> instanceIds)
Retrieves all elastic agents
|
List<ElasticAgentDefinition> |
AgentHibernateDao.findAllElasticAgents(int firstResult,
int maxResults) |
List<ElasticAgentDefinition> |
AgentDao.findAllElasticAgents(int firstResult,
int maxResults)
Retrieves n most recently terminated elastic agents, ordered by termination time,
descending.
|
List<ElasticAgentDefinition> |
AgentHibernateDao.findNotShutDownElasticAgents() |
List<ElasticAgentDefinition> |
AgentDao.findNotShutDownElasticAgents()
Retrieves all agents without a shutdown time defined
|
Modifier and Type | Method and Description |
---|---|
List<ElasticAgentDefinition> |
AgentManagerImpl.getAllElasticAgentDefinitions(Collection<String> instanceIds) |
List<ElasticAgentDefinition> |
AgentManager.getAllElasticAgentDefinitions(Collection<String> instanceIds)
Retrieve elastic agent definitions from db.
|
List<ElasticAgentDefinition> |
AgentManagerImpl.getAllElasticAgentDefinitions(int firstResult,
int maxResults) |
List<ElasticAgentDefinition> |
AgentManager.getAllElasticAgentDefinitions(int firstResult,
int maxResults)
Retrieve most recently terminated elastic agent definitions from db, ordered by termination time, descending.
|
Modifier and Type | Method and Description |
---|---|
void |
AgentManagerImpl.saveElasticPipeline(ElasticAgentDefinition elasticDefinition) |
void |
AgentManager.saveElasticPipeline(ElasticAgentDefinition pipelineDefinition)
Stores the elastic
PipelineDefinition |
Modifier and Type | Method and Description |
---|---|
static void |
HibernateLazyReferences.initialise(ElasticAgentDefinition elasticAgentDefinition) |
Modifier and Type | Method and Description |
---|---|
static void |
HibernateLazyReferences.initialiseAgents(Iterable<ElasticAgentDefinition> elasticAgents) |
Modifier and Type | Class and Description |
---|---|
class |
ElasticAgentDefinitionImpl
Defines an Elastic Agent
|
Modifier and Type | Method and Description |
---|---|
ElasticAgentDefinition |
ViewElasticInstanceAction.getAgentDefinition() |
Modifier and Type | Method and Description |
---|---|
List<ElasticAgentDefinition> |
ViewElasticAgentHistoryAction.getFilteredResultsList(int firstResult,
int maxResults) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.