Uses of Class
com.atlassian.bamboo.buildqueue.manager.ExecutableAgentsMatrix

Packages that use ExecutableAgentsMatrix
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.ww2.actions.build.admin   
com.atlassian.bamboo.ww2.actions.build.admin.config   
 

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

Methods in com.atlassian.bamboo.buildqueue.manager that return ExecutableAgentsMatrix
 ExecutableAgentsMatrix LocalAgentManagerImpl.getExecutableAgentsMatrix(RequirementSet requirementSet, boolean includeDisabled)
           
 ExecutableAgentsMatrix LocalAgentManager.getExecutableAgentsMatrix(RequirementSet requirementSet, boolean includeDisabled)
          Returns a matrix of how many agents match each requirement in the set.
 ExecutableAgentsMatrix LocalAgentManagerImpl.getExecutableAgentsMatrix(RequirementSet requirementSet, LocalAgentManager.DisabledAgentsInclusion includeDisabled, LocalAgentManager.OfflineAgentsInclusion includeOffline)
           
 ExecutableAgentsMatrix LocalAgentManager.getExecutableAgentsMatrix(RequirementSet requirementSet, LocalAgentManager.DisabledAgentsInclusion includeDisabled, LocalAgentManager.OfflineAgentsInclusion includeOffline)
          Returns a matrix of how many agents match each requirement in the set.
 

Uses of ExecutableAgentsMatrix in com.atlassian.bamboo.configuration.agent
 

Methods in com.atlassian.bamboo.configuration.agent that return ExecutableAgentsMatrix
 ExecutableAgentsMatrix ViewAgents.getExecutableAgentsMatrix()
           
 

Uses of ExecutableAgentsMatrix in com.atlassian.bamboo.ww2.actions.build.admin
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin that return ExecutableAgentsMatrix
 ExecutableAgentsMatrix ViewBuildConfiguration.getExecutableAgentMatrix()
           
 

Uses of ExecutableAgentsMatrix in com.atlassian.bamboo.ww2.actions.build.admin.config
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return ExecutableAgentsMatrix
 ExecutableAgentsMatrix ConfigureBuildRequirement.getExecutableAgentMatrix()
           
 



Copyright © 2010 Atlassian. All Rights Reserved.