Uses of Class
com.atlassian.bamboo.buildqueue.manager.AgentManager.DisabledAgentsInclusion

Packages that use AgentManager.DisabledAgentsInclusion
com.atlassian.bamboo.buildqueue.manager   
 

Uses of AgentManager.DisabledAgentsInclusion in com.atlassian.bamboo.buildqueue.manager
 

Methods in com.atlassian.bamboo.buildqueue.manager that return AgentManager.DisabledAgentsInclusion
static AgentManager.DisabledAgentsInclusion AgentManager.DisabledAgentsInclusion.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AgentManager.DisabledAgentsInclusion[] AgentManager.DisabledAgentsInclusion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type AgentManager.DisabledAgentsInclusion
 java.util.Collection<BuildAgent> AgentManagerImpl.getExecutableAgents(RequirementSet requirementSet, AgentManager.DisabledAgentsInclusion includeDisabled, AgentManager.OfflineAgentsInclusion includeOffline)
           
 java.util.Collection<BuildAgent> AgentManager.getExecutableAgents(RequirementSet requirements, AgentManager.DisabledAgentsInclusion includeDisabled, AgentManager.OfflineAgentsInclusion includeOffline)
          Gets all agents which can run a given RequirementSet
 ExecutableAgentsMatrix AgentManagerImpl.getExecutableAgentsMatrix(RequirementSet requirementSet, AgentManager.DisabledAgentsInclusion includeDisabled, AgentManager.OfflineAgentsInclusion includeOffline)
           
 ExecutableAgentsMatrix AgentManager.getExecutableAgentsMatrix(RequirementSet requirementSet, AgentManager.DisabledAgentsInclusion includeDisabled, AgentManager.OfflineAgentsInclusion includeOffline)
          Returns a matrix of how many agents match each requirement in the set.
 



Copyright © 2012 Atlassian. All Rights Reserved.