Uses of Class
com.atlassian.bamboo.buildqueue.manager.AgentAssignmentService.AgentAssignmentExecutor

Packages that use AgentAssignmentService.AgentAssignmentExecutor
com.atlassian.bamboo.buildqueue   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.plan   
 

Uses of AgentAssignmentService.AgentAssignmentExecutor in com.atlassian.bamboo.buildqueue
 

Methods in com.atlassian.bamboo.buildqueue that return AgentAssignmentService.AgentAssignmentExecutor
 AgentAssignmentService.AgentAssignmentExecutor AgentAssignmentRequirement.getAllowedExecutor()
           
 

Constructors in com.atlassian.bamboo.buildqueue with parameters of type AgentAssignmentService.AgentAssignmentExecutor
AgentAssignmentRequirement(AgentAssignmentService.AgentAssignmentExecutor allowedExecutor)
           
 

Uses of AgentAssignmentService.AgentAssignmentExecutor in com.atlassian.bamboo.buildqueue.manager
 

Methods in com.atlassian.bamboo.buildqueue.manager that return AgentAssignmentService.AgentAssignmentExecutor
static AgentAssignmentService.AgentAssignmentExecutor AgentAssignmentServiceHelper.asExecutor(AgentAssignment.ExecutorType executorType, long executorId)
           
 

Methods in com.atlassian.bamboo.buildqueue.manager that return types with arguments of type AgentAssignmentService.AgentAssignmentExecutor
static Iterable<AgentAssignmentService.AgentAssignmentExecutor> AgentAssignmentServiceHelper.asExecutors(BuildAgent agent)
           
static Iterable<AgentAssignmentService.AgentAssignmentExecutor> AgentAssignmentServiceHelper.asExecutors(BuildAgent agent, boolean directAssignmentsOnly)
           
static Iterable<AgentAssignmentService.AgentAssignmentExecutor> AgentAssignmentServiceHelper.asExecutors(ElasticImageConfiguration elasticImageConfiguration)
           
static Iterable<AgentAssignmentService.AgentAssignmentExecutor> AgentAssignmentServiceHelper.asExecutors(PipelineDefinition pipelineDefinition)
           
static Iterable<AgentAssignmentService.AgentAssignmentExecutor> AgentAssignmentServiceHelper.asExecutors(PipelineDefinition pipelineDefinition, boolean directAssignmentsOnly)
           
 Set<AgentAssignmentService.AgentAssignmentExecutor> AgentAssignmentMapImpl.forExecutables(Iterable<AgentAssignmentService.AgentAssignmentExecutable> executables)
           
 Set<AgentAssignmentService.AgentAssignmentExecutor> AgentAssignmentMap.forExecutables(Iterable<AgentAssignmentService.AgentAssignmentExecutable> executables)
           
 

Method parameters in com.atlassian.bamboo.buildqueue.manager with type arguments of type AgentAssignmentService.AgentAssignmentExecutor
 AgentAssignmentMap.AgentAssignmentCheckResult AgentAssignmentMapImpl.checkAssignmentRequirements(Iterable<AgentAssignmentService.AgentAssignmentExecutable> executables, Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors)
           
 AgentAssignmentMap.AgentAssignmentCheckResult AgentAssignmentMap.checkAssignmentRequirements(Iterable<AgentAssignmentService.AgentAssignmentExecutable> executables, Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors)
           
 void AgentAssignmentServiceImpl.deleteExecutorAssignments(Iterable<AgentAssignmentService.AgentAssignmentExecutor> agentAssignments)
           
 void AgentAssignmentService.deleteExecutorAssignments(Iterable<AgentAssignmentService.AgentAssignmentExecutor> agentAssignments)
          Remove a collection of agent assignments.
 Set<AgentAssignmentService.AgentAssignmentExecutable> AgentAssignmentMapImpl.forExecutors(Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors)
           
 Set<AgentAssignmentService.AgentAssignmentExecutable> AgentAssignmentMap.forExecutors(Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors)
           
 

Uses of AgentAssignmentService.AgentAssignmentExecutor in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan that return types with arguments of type AgentAssignmentService.AgentAssignmentExecutor
 Iterable<AgentAssignmentService.AgentAssignmentExecutor> ExecutableAgentsHelper.ExecutableQuery.getExecutors()
           
 

Method parameters in com.atlassian.bamboo.plan with type arguments of type AgentAssignmentService.AgentAssignmentExecutor
static ExecutableAgentsHelper.ExecutableQuery ExecutableAgentsHelper.ExecutableQuery.newQuery(ReadOnlyCapabilitySet capabilitySet, Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors)
           
 

Constructor parameters in com.atlassian.bamboo.plan with type arguments of type AgentAssignmentService.AgentAssignmentExecutor
ExecutableAgentsHelper.ExecutableQuery(ReadOnlyCapabilitySet capabilitySet, Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors)
           
 



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.