Uses of Class
com.atlassian.bamboo.deployments.environments.PaginatedEnvironmentsForExecutablesView
-
Packages that use PaginatedEnvironmentsForExecutablesView Package Description com.atlassian.bamboo.deployments.environments.service -
-
Uses of PaginatedEnvironmentsForExecutablesView in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service that return PaginatedEnvironmentsForExecutablesView Modifier and Type Method 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, useEnvironmentService.getEnvironmentsMatchingCapabilities(int, int, String, ReadOnlyCapabilitySet, Iterable)
instead@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 PaginatedEnvironmentsForExecutablesView
EnvironmentServiceImpl. getEnvironmentsMatchingCapabilities(int start, int limit, @Nullable String filter, @NotNull ReadOnlyCapabilitySet agentCapabilities, @NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors)
-