Uses of Interface
com.atlassian.bamboo.buildqueue.ElasticAgentDefinition

Packages that use ElasticAgentDefinition
com.atlassian.bamboo.agent.elastic.server   
com.atlassian.bamboo.buildqueue   
com.atlassian.bamboo.buildqueue.dao   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.ww2.actions.admin.elastic   
 

Uses of ElasticAgentDefinition in com.atlassian.bamboo.agent.elastic.server
 

Methods in com.atlassian.bamboo.agent.elastic.server that return types with arguments of type ElasticAgentDefinition
 java.util.List<ElasticAgentDefinition> ElasticImageConfigurationHibernateDao.getElasticAgentsForImageConfigurationId(long id)
           
 java.util.List<ElasticAgentDefinition> ElasticImageConfigurationDao.getElasticAgentsForImageConfigurationId(long id)
          Retrieves a list of elastic agenst associated with the given elastic image configuration
 

Uses of ElasticAgentDefinition in com.atlassian.bamboo.buildqueue
 

Methods in com.atlassian.bamboo.buildqueue with parameters of type ElasticAgentDefinition
 void PipelineDefinitionVisitor.visitElastic(ElasticAgentDefinition pipelineDefinition)
           
 

Uses of ElasticAgentDefinition in com.atlassian.bamboo.buildqueue.dao
 

Methods in com.atlassian.bamboo.buildqueue.dao that return types with arguments of type ElasticAgentDefinition
 java.util.List<ElasticAgentDefinition> AgentHibernateDao.findAllElasticAgents()
           
 java.util.List<ElasticAgentDefinition> AgentDao.findAllElasticAgents()
          Deprecated. since 3.2 This method can potentially pull thousands of agents definitions from the database and incapacitate the whole server, consider using #findAllElasticAgents(int)
 java.util.List<ElasticAgentDefinition> AgentHibernateDao.findAllElasticAgents(java.util.Collection<java.lang.String> instanceIds)
           
 java.util.List<ElasticAgentDefinition> AgentDao.findAllElasticAgents(java.util.Collection<java.lang.String> instanceIds)
          Retrieves all elastic agents
 java.util.List<ElasticAgentDefinition> AgentHibernateDao.findAllElasticAgents(int firstResult, int maxResults)
           
 java.util.List<ElasticAgentDefinition> AgentDao.findAllElasticAgents(int firstResult, int maxResults)
          Retrieves n most recently terminated elastic agents, ordered by termination time, descending.
 java.util.List<ElasticAgentDefinition> AgentHibernateDao.findNotShutDownElasticAgents()
           
 java.util.List<ElasticAgentDefinition> AgentDao.findNotShutDownElasticAgents()
          Retrieves all agents without a shutdown time defined
 

Method parameters in com.atlassian.bamboo.buildqueue.dao with type arguments of type ElasticAgentDefinition
 long AgentHibernateDao.getAgentCount(java.lang.Class<ElasticAgentDefinition> agentDefinitionClass)
           
 long AgentDao.getAgentCount(java.lang.Class<ElasticAgentDefinition> agentDefinitionClass)
          Retrieves the amount of agents of given type stored in the database
 

Uses of ElasticAgentDefinition in com.atlassian.bamboo.buildqueue.manager
 

Methods in com.atlassian.bamboo.buildqueue.manager that return types with arguments of type ElasticAgentDefinition
 java.util.List<ElasticAgentDefinition> AgentManagerImpl.getAllElasticAgentDefinitions()
           
 java.util.List<ElasticAgentDefinition> AgentManager.getAllElasticAgentDefinitions()
          Deprecated. since 3.2 This method can potentially pull thousands of agents definitions from the database and incapacitate the whole server, consider using AgentManager.getAllElasticAgentDefinitions(java.util.Collection) instead
 java.util.List<ElasticAgentDefinition> AgentManagerImpl.getAllElasticAgentDefinitions(java.util.Collection<java.lang.String> instanceIds)
           
 java.util.List<ElasticAgentDefinition> AgentManager.getAllElasticAgentDefinitions(java.util.Collection<java.lang.String> instanceIds)
          Retrieve elastic agent definitions from db.
 java.util.List<ElasticAgentDefinition> AgentManagerImpl.getAllElasticAgentDefinitions(int firstResult, int maxResults)
           
 java.util.List<ElasticAgentDefinition> AgentManager.getAllElasticAgentDefinitions(int firstResult, int maxResults)
          Retrieve most recently terminated elastic agent definitions from db, ordered by termination time, descending.
 

Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type ElasticAgentDefinition
 void AgentManagerImpl.saveElasticPipeline(ElasticAgentDefinition elasticDefinition)
           
 void AgentManager.saveElasticPipeline(ElasticAgentDefinition pipelineDefinition)
          Stores the elastic PipelineDefinition
 

Method parameters in com.atlassian.bamboo.buildqueue.manager with type arguments of type ElasticAgentDefinition
 long AgentManagerImpl.getAgentCount(java.lang.Class<ElasticAgentDefinition> agentDefinitionClass)
           
 long AgentManager.getAgentCount(java.lang.Class<ElasticAgentDefinition> agentDefinitionClass)
          Retrieves the amount of agents of given type stored in the database
 

Uses of ElasticAgentDefinition in com.atlassian.bamboo.v2.build.agent
 

Classes in com.atlassian.bamboo.v2.build.agent that implement ElasticAgentDefinition
 class ElasticAgentDefinitionImpl
          Defines an Elastic Agent
 

Uses of ElasticAgentDefinition in com.atlassian.bamboo.ww2.actions.admin.elastic
 

Methods in com.atlassian.bamboo.ww2.actions.admin.elastic that return ElasticAgentDefinition
 ElasticAgentDefinition ViewElasticInstanceAction.getAgentDefinition()
           
 

Methods in com.atlassian.bamboo.ww2.actions.admin.elastic that return types with arguments of type ElasticAgentDefinition
 java.util.List<ElasticAgentDefinition> ViewElasticAgentHistoryAction.getFilteredResultsList(int firstResult, int maxResults)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.