Uses of Class
com.atlassian.bamboo.buildqueue.manager.AgentAssignmentService.AgentAssignmentExecutor
-
-
Uses of AgentAssignmentService.AgentAssignmentExecutor in com.atlassian.bamboo.buildqueue
Methods in com.atlassian.bamboo.buildqueue that return AgentAssignmentService.AgentAssignmentExecutor Modifier and Type Method Description AgentAssignmentService.AgentAssignmentExecutorAgentAssignmentRequirement. getAllowedExecutor()Constructors in com.atlassian.bamboo.buildqueue with parameters of type AgentAssignmentService.AgentAssignmentExecutor Constructor Description 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 Modifier and Type Method Description static AgentAssignmentService.AgentAssignmentExecutorAgentAssignmentServiceHelper. asExecutor(AgentAssignment.ExecutorType executorType, long executorId)Method parameters in com.atlassian.bamboo.buildqueue.manager with type arguments of type AgentAssignmentService.AgentAssignmentExecutor Modifier and Type Method Description voidAgentAssignmentService. deleteExecutorAssignments(@NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> agentAssignments)Remove a collection of agent assignments.voidAgentAssignmentServiceImpl. deleteExecutorAssignments(@NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> agentAssignments)Set<AgentAssignmentService.AgentAssignmentExecutable>AgentAssignmentMap. forExecutors(Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors)Set<AgentAssignmentService.AgentAssignmentExecutable>AgentAssignmentMapImpl. forExecutors(Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors) -
Uses of AgentAssignmentService.AgentAssignmentExecutor in com.atlassian.bamboo.deployments.environments.service
Method parameters in com.atlassian.bamboo.deployments.environments.service with type arguments of type AgentAssignmentService.AgentAssignmentExecutor Modifier and Type Method Description @NotNull PaginatedEnvironmentsForExecutablesViewEnvironmentService. getEnvironmentsMatchingCapabilities(int start, int limit, @Nullable String filter, @NotNull ReadOnlyCapabilitySet agentCapabilities, @NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> agentAssignmentExecutors)Provide a paginated list of minimal information about deployment environments matching agent capabilities.@NotNull PaginatedEnvironmentsForExecutablesViewEnvironmentServiceImpl. getEnvironmentsMatchingCapabilities(int start, int limit, @Nullable String filter, @NotNull ReadOnlyCapabilitySet agentCapabilities, @NotNull 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 Modifier and Type Method Description Iterable<AgentAssignmentService.AgentAssignmentExecutor>ExecutableAgentsHelper.ExecutableQuery. getExecutors()Method parameters in com.atlassian.bamboo.plan with type arguments of type AgentAssignmentService.AgentAssignmentExecutor Modifier and Type Method Description static ExecutableAgentsHelper.ExecutableQueryExecutableAgentsHelper.ExecutableQuery. newQuery(@NotNull ReadOnlyCapabilitySet capabilitySet, @NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors)Constructor parameters in com.atlassian.bamboo.plan with type arguments of type AgentAssignmentService.AgentAssignmentExecutor Constructor Description ExecutableQuery(@NotNull ReadOnlyCapabilitySet capabilitySet, @NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors)
-