Uses of Class
com.atlassian.bamboo.buildqueue.manager.AgentAssignmentService.AgentAssignmentExecutable
-
Uses of AgentAssignmentService.AgentAssignmentExecutable in com.atlassian.bamboo.buildqueue.manager
Modifier and TypeMethodDescriptionAgentAssignmentServiceHelper.asExecutable
(@NotNull ImmutableBuildable buildable) AgentAssignmentServiceHelper.asExecutable
(CommonContext context) AgentAssignmentServiceHelper.environmentToExecutable
(long environmentId) Deprecated.AgentAssignmentServiceHelper.environmentToExecutable
(long environmentId, boolean usesDockerConfiguration) Deprecated.AgentAssignmentServiceHelper.environmentToExecutable
(long environmentId, long deploymentProjectId) Deprecated.AgentAssignmentServiceHelper.environmentToExecutable
(long environmentId, long deploymentProjectId, boolean usesDockerConfiguration) Modifier and TypeMethodDescriptionAgentAssignmentServiceHelper.asExecutables
(@NotNull ImmutableBuildable buildable) AgentAssignmentServiceHelper.asExecutables
(@NotNull ImmutableBuildable buildable, boolean usesDockerConfiguration) AgentAssignmentServiceHelper.asExecutables
(@NotNull ImmutablePlan plan) AgentAssignmentServiceHelper.asExecutables
(@NotNull ImmutablePlan plan, boolean usesDockerConfiguration) AgentAssignmentServiceHelper.deploymentProjectToExecutables
(long deploymentProjectId) AgentAssignmentServiceHelper.environmentToExecutables
(long environmentId, long deploymentProjectId, boolean usesDockerConfiguration) AgentAssignmentMap.forExecutors
(Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors) AgentAssignmentMapImpl.forExecutors
(Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors) AgentAssignmentServiceHelper.projectToExecutables
(@NotNull Project project) Modifier and TypeMethodDescriptionAgentAssignmentMap.checkAssignmentRequirements
(@Nullable Iterable<AgentAssignmentService.AgentAssignmentExecutable> executables, Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors) AgentAssignmentMapImpl.checkAssignmentRequirements
(@Nullable Iterable<AgentAssignmentService.AgentAssignmentExecutable> executables, Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors) @NotNull Predicate<BuildAgent>
AgentAssignmentMap.createAssignmentFilterFor
(@Nullable Iterable<AgentAssignmentService.AgentAssignmentExecutable> executables) @NotNull Predicate<BuildAgent>
AgentAssignmentMapImpl.createAssignmentFilterFor
(@Nullable Iterable<AgentAssignmentService.AgentAssignmentExecutable> executables) void
AgentAssignmentService.deleteExecutableAssignments
(@NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutable> agentAssignments) Remove a collection of agent assignments.void
AgentAssignmentServiceImpl.deleteExecutableAssignments
(@NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutable> agentAssignments) AgentAssignmentMap.forExecutables
(@NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutable> executables) AgentAssignmentMapImpl.forExecutables
(@NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutable> executables) -
Uses of AgentAssignmentService.AgentAssignmentExecutable in com.atlassian.bamboo.plan
Modifier and TypeMethodDescriptionExecutableAgentsHelper.ExecutorQuery.newQuery
(@NotNull MinimalRequirementSet requirements, AgentAssignmentService.AgentAssignmentExecutable executable) ExecutableAgentsHelper.ExecutorQuery.newQuery
(@NotNull ImmutableRequirementSet requirements, AgentAssignmentService.AgentAssignmentExecutable executable) Creates a new query that will match executors using the supplied requirements and assignments.Modifier and TypeMethodDescriptionExecutableAgentsHelper.ExecutorQuery.withAssignmentsFor
(Iterable<AgentAssignmentService.AgentAssignmentExecutable> executables)
AgentAssignmentServiceHelper.environmentToExecutable(long, long, boolean)
}