Uses of Class
com.atlassian.bamboo.buildqueue.manager.AgentAssignmentService.AgentAssignmentExecutor
Packages that use AgentAssignmentService.AgentAssignmentExecutor
Package
Description
-
Uses of AgentAssignmentService.AgentAssignmentExecutor in com.atlassian.bamboo.buildqueue
Methods in com.atlassian.bamboo.buildqueue that return AgentAssignmentService.AgentAssignmentExecutorConstructors in com.atlassian.bamboo.buildqueue with parameters of type AgentAssignmentService.AgentAssignmentExecutorModifierConstructorDescriptionAgentAssignmentRequirement(AgentAssignmentService.AgentAssignmentExecutor allowedExecutor) -
Uses of AgentAssignmentService.AgentAssignmentExecutor in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager that return AgentAssignmentService.AgentAssignmentExecutorModifier and TypeMethodDescriptionAgentAssignmentServiceHelper.asExecutor(AgentAssignment.ExecutorType executorType, long executorId) Methods in com.atlassian.bamboo.buildqueue.manager that return types with arguments of type AgentAssignmentService.AgentAssignmentExecutorModifier and TypeMethodDescriptionAgentAssignmentServiceHelper.asExecutors(ElasticImageConfiguration elasticImageConfiguration) AgentAssignmentServiceHelper.asExecutors(EphemeralAgentTemplate ephemeralAgentTemplate) AgentAssignmentServiceHelper.asExecutors(PipelineDefinition pipelineDefinition) AgentAssignmentServiceHelper.asExecutors(PipelineDefinition pipelineDefinition, boolean directAssignmentsOnly) AgentAssignmentServiceHelper.asExecutors(BuildAgent agent) AgentAssignmentServiceHelper.asExecutors(BuildAgent agent, boolean directAssignmentsOnly) AgentAssignmentMap.forExecutables(@NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutable> executables) AgentAssignmentMapImpl.forExecutables(@NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutable> executables) Method parameters in com.atlassian.bamboo.buildqueue.manager with type arguments of type AgentAssignmentService.AgentAssignmentExecutorModifier and TypeMethodDescriptionvoidAgentAssignmentService.deleteExecutorAssignments(@NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> agentAssignments) Remove a collection of agent assignments.voidAgentAssignmentServiceImpl.deleteExecutorAssignments(@NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> agentAssignments) AgentAssignmentMap.forExecutors(Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors) AgentAssignmentMapImpl.forExecutors(Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors) Constructor parameters in com.atlassian.bamboo.buildqueue.manager with type arguments of type AgentAssignmentService.AgentAssignmentExecutorModifierConstructorDescriptionAssignmentMatchingPredicate(Set<AgentAssignmentService.AgentAssignmentExecutor> expectedExecutors) -
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.AgentAssignmentExecutorModifier and TypeMethodDescriptionEnvironmentService.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.EnvironmentServiceImpl.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.AgentAssignmentExecutorMethod parameters in com.atlassian.bamboo.plan with type arguments of type AgentAssignmentService.AgentAssignmentExecutorModifier and TypeMethodDescriptionExecutableAgentsHelper.ExecutableQuery.newQuery(@NotNull ReadOnlyCapabilitySet capabilitySet, @NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors) Constructor parameters in com.atlassian.bamboo.plan with type arguments of type AgentAssignmentService.AgentAssignmentExecutorModifierConstructorDescriptionExecutableQuery(@NotNull ReadOnlyCapabilitySet capabilitySet, @NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors)