Uses of Class
com.atlassian.bamboo.buildqueue.manager.AgentAssignmentService.AgentAssignmentExecutable
-
Packages that use AgentAssignmentService.AgentAssignmentExecutable Package Description 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 AgentAssignmentService.AgentAssignmentExecutable Modifier and Type Method Description static AgentAssignmentService.AgentAssignmentExecutableAgentAssignmentServiceHelper. asExecutable(@NotNull ImmutableBuildable buildable)static AgentAssignmentService.AgentAssignmentExecutableAgentAssignmentServiceHelper. asExecutable(CommonContext context)static AgentAssignmentService.AgentAssignmentExecutableAgentAssignmentServiceHelper. environmentToExecutable(long environmentId)Deprecated.static AgentAssignmentService.AgentAssignmentExecutableAgentAssignmentServiceHelper. environmentToExecutable(long environmentId, boolean usesDockerConfiguration)Deprecated.static AgentAssignmentService.AgentAssignmentExecutableAgentAssignmentServiceHelper. environmentToExecutable(long environmentId, long deploymentProjectId)Deprecated.static AgentAssignmentService.AgentAssignmentExecutableAgentAssignmentServiceHelper. environmentToExecutable(long environmentId, long deploymentProjectId, boolean usesDockerConfiguration) -
Uses of AgentAssignmentService.AgentAssignmentExecutable in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that return types with arguments of type AgentAssignmentService.AgentAssignmentExecutable Modifier and Type Method Description @Nullable Iterable<AgentAssignmentService.AgentAssignmentExecutable>ExecutableAgentsHelper.ExecutorQuery. getAssignedExecutables()Methods in com.atlassian.bamboo.plan with parameters of type AgentAssignmentService.AgentAssignmentExecutable Modifier and Type Method Description static ExecutableAgentsHelper.ExecutorQueryExecutableAgentsHelper.ExecutorQuery. newQuery(@NotNull MinimalRequirementSet requirements, AgentAssignmentService.AgentAssignmentExecutable executable)static ExecutableAgentsHelper.ExecutorQueryExecutableAgentsHelper.ExecutorQuery. newQuery(@NotNull ImmutableRequirementSet requirements, AgentAssignmentService.AgentAssignmentExecutable executable)Creates a new query that will match executors using the supplied requirements and assignments.Method parameters in com.atlassian.bamboo.plan with type arguments of type AgentAssignmentService.AgentAssignmentExecutable Modifier and Type Method Description ExecutableAgentsHelper.ExecutorQueryExecutableAgentsHelper.ExecutorQuery. withAssignmentsFor(Iterable<AgentAssignmentService.AgentAssignmentExecutable> executables)
-