| Package | Description |
|---|---|
| com.atlassian.bamboo.deployments.environments.service |
| Modifier and Type | Method and Description |
|---|---|
@NotNull PaginatedEnvironmentsForExecutablesView |
EnvironmentService.getEnvironmentsMatchingCapabilities(int start,
int limit,
@Nullable String filter,
@NotNull ReadOnlyCapabilitySet agentCapabilities)
Deprecated.
9.2, the method does not take into account the agent's assignments,
use
EnvironmentService.getEnvironmentsMatchingCapabilities(int, int, String, ReadOnlyCapabilitySet, Iterable) instead |
@NotNull PaginatedEnvironmentsForExecutablesView |
EnvironmentServiceImpl.getEnvironmentsMatchingCapabilities(int start,
int limit,
@Nullable String filter,
@NotNull ReadOnlyCapabilitySet agentCapabilities) |
@NotNull PaginatedEnvironmentsForExecutablesView |
EnvironmentService.getEnvironmentsMatchingCapabilities(int start,
int limit,
@Nullable String filter,
@NotNull ReadOnlyCapabilitySet agentCapabilities,
@NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> agentAssignmentExecutors)
Provide a paginated list of minimal information about deployment environments matching agent capabilities.
|
@NotNull PaginatedEnvironmentsForExecutablesView |
EnvironmentServiceImpl.getEnvironmentsMatchingCapabilities(int start,
int limit,
@Nullable String filter,
@NotNull ReadOnlyCapabilitySet agentCapabilities,
@NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.