Uses of Interface
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
 

Classes in com.atlassian.bamboo.buildqueue.manager that implement ExecutableAgentsMatrix
 class ExecutableAgentsMatrixImpl
          A simple holder object that stores information about the executable agents on a per requirement basis
 

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
 

Fields in com.atlassian.bamboo.ww2.actions.build.admin.config with type parameters of type ExecutableAgentsMatrix
protected  com.atlassian.util.concurrent.LazyReference<ExecutableAgentsMatrix> DescribeAgentAvailability.executableAgents
           
 

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



Copyright © 2011 Atlassian. All Rights Reserved.