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 TypeMethodDescriptionvoid
AgentAssignmentService.deleteExecutorAssignments
(@NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> agentAssignments) Remove a collection of agent assignments.void
AgentAssignmentServiceImpl.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.cache
Method parameters in com.atlassian.bamboo.deployments.cache with type arguments of type AgentAssignmentService.AgentAssignmentExecutorModifier and TypeMethodDescriptionCachedDeploymentProjectService.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.CachedDeploymentProjectServiceImpl.getEnvironmentsMatchingCapabilities
(int start, int limit, @Nullable String filter, @NotNull ReadOnlyCapabilitySet agentCapabilities, @NotNull 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.AgentAssignmentExecutorModifier and TypeMethodDescriptionEnvironmentService.getEnvironmentsMatchingCapabilities
(int start, int limit, @Nullable String filter, @NotNull ReadOnlyCapabilitySet agentCapabilities, @NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> agentAssignmentExecutors) Deprecated.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) -
Uses of AgentAssignmentService.AgentAssignmentExecutor in com.atlassian.bamboo.plan.job
Method parameters in com.atlassian.bamboo.plan.job with type arguments of type AgentAssignmentService.AgentAssignmentExecutorModifier and TypeMethodDescriptionPaginatedJobRequestProvider.createRequest
(int start, int limit, ReadOnlyCapabilitySet capabilitySet, String filter, Iterable<AgentAssignmentService.AgentAssignmentExecutor> agentDedications) @NotNull PaginationResult<ImmutableJob>
PaginatedJobService.getJobsMatchingCapabilities
(int start, int limit, @NotNull ReadOnlyCapabilitySet capabilitySet, @Nullable String filter, @NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> agentDedications) Returns a paginated list of jobs matching given capabilities.@NotNull PaginationResult<ImmutableJob>
PaginatedJobServiceImpl.getJobsMatchingCapabilities
(int start, int limit, @NotNull ReadOnlyCapabilitySet capabilitySet, @Nullable String filter, @NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> agentDedications)
CachedDeploymentProjectService.getEnvironmentsMatchingCapabilities(int, int, String, ReadOnlyCapabilitySet, Iterable)