Class AgentAssignmentServiceHelper
java.lang.Object
com.atlassian.bamboo.buildqueue.manager.AgentAssignmentServiceHelper
-
Method Summary
Modifier and TypeMethodDescriptionasExecutable
(@NotNull ImmutableBuildable buildable) asExecutable
(CommonContext context) asExecutables
(@NotNull ImmutableBuildable buildable) asExecutables
(@NotNull ImmutableBuildable buildable, boolean usesDockerConfiguration) asExecutables
(@NotNull ImmutablePlan plan) asExecutables
(@NotNull ImmutablePlan plan, boolean usesDockerConfiguration) asExecutor
(AgentAssignment.ExecutorType executorType, long executorId) asExecutors
(ElasticImageConfiguration elasticImageConfiguration) asExecutors
(EphemeralAgentTemplate ephemeralAgentTemplate) asExecutors
(PipelineDefinition pipelineDefinition) asExecutors
(PipelineDefinition pipelineDefinition, boolean directAssignmentsOnly) asExecutors
(BuildAgent agent) asExecutors
(BuildAgent agent, boolean directAssignmentsOnly) deploymentProjectToExecutables
(long deploymentProjectId) environmentToExecutable
(long environmentId) Deprecated.environmentToExecutable
(long environmentId, boolean usesDockerConfiguration) Deprecated.since 9.3 use {environmentToExecutable(long, long, boolean)
}environmentToExecutable
(long environmentId, long deploymentProjectId) Deprecated.since 9.3 use {environmentToExecutable(long, long, boolean)
}environmentToExecutable
(long environmentId, long deploymentProjectId, boolean usesDockerConfiguration) environmentToExecutables
(long environmentId, long deploymentProjectId, boolean usesDockerConfiguration) projectToExecutables
(@NotNull Project project)
-
Method Details
-
asExecutor
public static AgentAssignmentService.AgentAssignmentExecutor asExecutor(AgentAssignment.ExecutorType executorType, long executorId) -
asExecutors
public static Iterable<AgentAssignmentService.AgentAssignmentExecutor> asExecutors(BuildAgent agent, boolean directAssignmentsOnly) -
asExecutors
public static Iterable<AgentAssignmentService.AgentAssignmentExecutor> asExecutors(BuildAgent agent) -
asExecutors
public static Iterable<AgentAssignmentService.AgentAssignmentExecutor> asExecutors(ElasticImageConfiguration elasticImageConfiguration) -
asExecutors
public static Iterable<AgentAssignmentService.AgentAssignmentExecutor> asExecutors(EphemeralAgentTemplate ephemeralAgentTemplate) -
asExecutors
public static Iterable<AgentAssignmentService.AgentAssignmentExecutor> asExecutors(PipelineDefinition pipelineDefinition) -
asExecutors
public static Iterable<AgentAssignmentService.AgentAssignmentExecutor> asExecutors(PipelineDefinition pipelineDefinition, boolean directAssignmentsOnly) -
asExecutables
public static Iterable<AgentAssignmentService.AgentAssignmentExecutable> asExecutables(@NotNull @NotNull ImmutableBuildable buildable) -
asExecutable
public static AgentAssignmentService.AgentAssignmentExecutable asExecutable(@NotNull @NotNull ImmutableBuildable buildable) -
asExecutables
public static Iterable<AgentAssignmentService.AgentAssignmentExecutable> asExecutables(@NotNull @NotNull ImmutableBuildable buildable, boolean usesDockerConfiguration) -
asExecutables
public static Iterable<AgentAssignmentService.AgentAssignmentExecutable> asExecutables(@NotNull @NotNull ImmutablePlan plan) -
asExecutables
public static Iterable<AgentAssignmentService.AgentAssignmentExecutable> asExecutables(@NotNull @NotNull ImmutablePlan plan, boolean usesDockerConfiguration) -
environmentToExecutables
public static Iterable<AgentAssignmentService.AgentAssignmentExecutable> environmentToExecutables(long environmentId, long deploymentProjectId, boolean usesDockerConfiguration) -
environmentToExecutable
@Deprecated public static AgentAssignmentService.AgentAssignmentExecutable environmentToExecutable(long environmentId) Deprecated.since 6.2 use {environmentToExecutable(long, long, boolean)
} -
environmentToExecutable
@Deprecated public static AgentAssignmentService.AgentAssignmentExecutable environmentToExecutable(long environmentId, boolean usesDockerConfiguration) Deprecated.since 9.3 use {environmentToExecutable(long, long, boolean)
} -
environmentToExecutable
@Deprecated public static AgentAssignmentService.AgentAssignmentExecutable environmentToExecutable(long environmentId, long deploymentProjectId) Deprecated.since 9.3 use {environmentToExecutable(long, long, boolean)
} -
environmentToExecutable
public static AgentAssignmentService.AgentAssignmentExecutable environmentToExecutable(long environmentId, long deploymentProjectId, boolean usesDockerConfiguration) -
deploymentProjectToExecutables
public static Iterable<AgentAssignmentService.AgentAssignmentExecutable> deploymentProjectToExecutables(long deploymentProjectId) -
projectToExecutables
public static Iterable<AgentAssignmentService.AgentAssignmentExecutable> projectToExecutables(@NotNull @NotNull Project project) -
asExecutable
-
environmentToExecutable(long, long, boolean)
}