All Methods Static Methods Concrete Methods Deprecated Methods
Modifier and Type |
Method |
Description |
static AgentAssignmentService.AgentAssignmentExecutable |
asExecutable(@NotNull ImmutableBuildable buildable) |
|
static AgentAssignmentService.AgentAssignmentExecutable |
asExecutable(CommonContext context) |
|
static Iterable<AgentAssignmentService.AgentAssignmentExecutable> |
asExecutables(@NotNull ImmutableBuildable buildable) |
|
static Iterable<AgentAssignmentService.AgentAssignmentExecutable> |
asExecutables(@NotNull ImmutableBuildable buildable,
boolean usesDockerConfiguration) |
|
static Iterable<AgentAssignmentService.AgentAssignmentExecutable> |
asExecutables(@NotNull ImmutablePlan plan) |
|
static Iterable<AgentAssignmentService.AgentAssignmentExecutable> |
asExecutables(@NotNull ImmutablePlan plan,
boolean usesDockerConfiguration) |
|
static AgentAssignmentService.AgentAssignmentExecutor |
asExecutor(AgentAssignment.ExecutorType executorType,
long executorId) |
|
static Iterable<AgentAssignmentService.AgentAssignmentExecutor> |
asExecutors(ElasticImageConfiguration elasticImageConfiguration) |
|
static Iterable<AgentAssignmentService.AgentAssignmentExecutor> |
asExecutors(EphemeralAgentTemplate ephemeralAgentTemplate) |
|
static Iterable<AgentAssignmentService.AgentAssignmentExecutor> |
asExecutors(PipelineDefinition pipelineDefinition) |
|
static Iterable<AgentAssignmentService.AgentAssignmentExecutor> |
asExecutors(PipelineDefinition pipelineDefinition,
boolean directAssignmentsOnly) |
|
static Iterable<AgentAssignmentService.AgentAssignmentExecutor> |
asExecutors(BuildAgent agent) |
|
static Iterable<AgentAssignmentService.AgentAssignmentExecutor> |
asExecutors(BuildAgent agent,
boolean directAssignmentsOnly) |
|
static Iterable<AgentAssignmentService.AgentAssignmentExecutable> |
deploymentProjectToExecutables(long deploymentProjectId) |
|
static AgentAssignmentService.AgentAssignmentExecutable |
environmentToExecutable(long environmentId) |
Deprecated.
|
static AgentAssignmentService.AgentAssignmentExecutable |
environmentToExecutable(long environmentId,
boolean usesDockerConfiguration) |
Deprecated.
|
static AgentAssignmentService.AgentAssignmentExecutable |
environmentToExecutable(long environmentId,
long deploymentProjectId) |
Deprecated.
|
static AgentAssignmentService.AgentAssignmentExecutable |
environmentToExecutable(long environmentId,
long deploymentProjectId,
boolean usesDockerConfiguration) |
|
static Iterable<AgentAssignmentService.AgentAssignmentExecutable> |
environmentToExecutables(long environmentId,
long deploymentProjectId,
boolean usesDockerConfiguration) |
|
static Iterable<AgentAssignmentService.AgentAssignmentExecutable> |
projectToExecutables(@NotNull Project project) |
|