Uses of Class
com.atlassian.bamboo.deployments.environments.PaginatedEnvironmentsForExecutablesView
-
Uses of PaginatedEnvironmentsForExecutablesView in com.atlassian.bamboo.deployments.environments.service
Modifier and TypeMethodDescriptionEnvironmentService.getEnvironmentsMatchingCapabilities
(int start, int limit, @Nullable String filter, @NotNull ReadOnlyCapabilitySet agentCapabilities) Deprecated.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.EnvironmentServiceImpl.getEnvironmentsMatchingCapabilities
(int start, int limit, @Nullable String filter, @NotNull ReadOnlyCapabilitySet agentCapabilities) EnvironmentServiceImpl.getEnvironmentsMatchingCapabilities
(int start, int limit, @Nullable String filter, @NotNull ReadOnlyCapabilitySet agentCapabilities, @NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> executors)
EnvironmentService.getEnvironmentsMatchingCapabilities(int, int, String, ReadOnlyCapabilitySet, Iterable)
instead