| Package | Description |
|---|---|
| com.atlassian.bamboo.agent.elastic.server | |
| com.atlassian.bamboo.buildqueue | |
| com.atlassian.bamboo.buildqueue.dao | |
| com.atlassian.bamboo.buildqueue.manager |
| Modifier and Type | Method and Description |
|---|---|
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 |
PipelineDefinitionVisitor.visitElastic(ElasticAgentDefinition pipelineDefinition) |
| Modifier and Type | Method and Description |
|---|---|
List<ElasticAgentDefinition> |
AgentDao.findAllElasticAgents(Collection<String> instanceIds)
Retrieves all elastic agents
|
List<ElasticAgentDefinition> |
AgentDao.findAllElasticAgents(int firstResult,
int maxResults)
Retrieves n most recently terminated elastic agents, ordered by termination time,
descending.
|
List<ElasticAgentDefinition> |
AgentDao.findNotShutDownElasticAgents()
Retrieves all agents without a shutdown time defined
|
| Modifier and Type | Method and Description |
|---|---|
List<ElasticAgentDefinition> |
AgentManager.getAllElasticAgentDefinitions(Collection<String> instanceIds)
Retrieve elastic agent definitions from db.
|
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 |
AgentManager.saveElasticPipeline(ElasticAgentDefinition pipelineDefinition)
Stores the elastic
PipelineDefinition |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.