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.AgentAssignmentExecutable
AgentAssignmentServiceHelper. asExecutable(@NotNull ImmutableBuildable buildable)
static AgentAssignmentService.AgentAssignmentExecutable
AgentAssignmentServiceHelper. asExecutable(CommonContext context)
static AgentAssignmentService.AgentAssignmentExecutable
AgentAssignmentServiceHelper. environmentToExecutable(long environmentId)
Deprecated.static AgentAssignmentService.AgentAssignmentExecutable
AgentAssignmentServiceHelper. environmentToExecutable(long environmentId, boolean usesDockerConfiguration)
Deprecated.static AgentAssignmentService.AgentAssignmentExecutable
AgentAssignmentServiceHelper. environmentToExecutable(long environmentId, long deploymentProjectId)
Deprecated.static AgentAssignmentService.AgentAssignmentExecutable
AgentAssignmentServiceHelper. 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.ExecutorQuery
ExecutableAgentsHelper.ExecutorQuery. newQuery(@NotNull MinimalRequirementSet requirements, AgentAssignmentService.AgentAssignmentExecutable executable)
static ExecutableAgentsHelper.ExecutorQuery
ExecutableAgentsHelper.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.ExecutorQuery
ExecutableAgentsHelper.ExecutorQuery. withAssignmentsFor(Iterable<AgentAssignmentService.AgentAssignmentExecutable> executables)
-