Uses of Class
com.atlassian.bamboo.deployments.environments.dto.EnvironmentWithProjectAndRequirementsDto
-
Uses of EnvironmentWithProjectAndRequirementsDto in com.atlassian.bamboo.deployments.environments.persistence
Modifier and TypeMethodDescriptionEnvironmentDao.getPaginatedDeploymentsWithEnvironmentsOnlyIdsAndRequirementSets
(int start, int limit, String filter) Retrieve paginated pairs of deployment project and environment ids together with the environment requirements, sorted by project ids and environment positions, matching the filter string anywhere within the name of the project or environmentEnvironmentDaoImpl.getPaginatedDeploymentsWithEnvironmentsOnlyIdsAndRequirementSets
(int start, int limit, String filter)