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

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

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

Methods in com.atlassian.bamboo.buildqueue.manager that return types with arguments of type AgentAssignmentService.AgentAssignmentExecutable
static Iterable<AgentAssignmentService.AgentAssignmentExecutable> AgentAssignmentServiceHelper.asExecutables(ImmutableBuildable buildable)
           
static Iterable<AgentAssignmentService.AgentAssignmentExecutable> AgentAssignmentServiceHelper.asExecutables(ImmutablePlan plan)
           
static Iterable<AgentAssignmentService.AgentAssignmentExecutable> AgentAssignmentServiceHelper.deploymentProjectToExecutables(long deploymentProjectId)
           
static Iterable<AgentAssignmentService.AgentAssignmentExecutable> AgentAssignmentServiceHelper.environmentToExecutables(long environmentId)
           
 Set<AgentAssignmentService.AgentAssignmentExecutable> AgentAssignmentMapImpl.forExecutors(Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors)
           
 Set<AgentAssignmentService.AgentAssignmentExecutable> AgentAssignmentMap.forExecutors(Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors)
           
static Iterable<AgentAssignmentService.AgentAssignmentExecutable> AgentAssignmentServiceHelper.projectToExecutables(Project project)
           
 

Method parameters in com.atlassian.bamboo.buildqueue.manager with type arguments of type AgentAssignmentService.AgentAssignmentExecutable
 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.deleteExecutableAssignments(Iterable<AgentAssignmentService.AgentAssignmentExecutable> agentAssignments)
           
 void AgentAssignmentService.deleteExecutableAssignments(Iterable<AgentAssignmentService.AgentAssignmentExecutable> agentAssignments)
          Remove a collection of agent assignments.
 Set<AgentAssignmentService.AgentAssignmentExecutor> AgentAssignmentMapImpl.forExecutables(Iterable<AgentAssignmentService.AgentAssignmentExecutable> executables)
           
 Set<AgentAssignmentService.AgentAssignmentExecutor> AgentAssignmentMap.forExecutables(Iterable<AgentAssignmentService.AgentAssignmentExecutable> executables)
           
 

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

Methods in com.atlassian.bamboo.plan that return types with arguments of type AgentAssignmentService.AgentAssignmentExecutable
 Iterable<AgentAssignmentService.AgentAssignmentExecutable> ExecutableAgentsHelper.ExecutorQuery.getAssignedExecutables()
           
 

Method parameters in com.atlassian.bamboo.plan with type arguments of type AgentAssignmentService.AgentAssignmentExecutable
 ExecutableAgentsHelper.ExecutorQuery ExecutableAgentsHelper.ExecutorQuery.withAssignmentsFor(Iterable<AgentAssignmentService.AgentAssignmentExecutable> executables)
           
 



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