Uses of Class
com.atlassian.bamboo.deployments.environments.dto.EnvironmentWithProjectAndRequirementsDto
Packages that use EnvironmentWithProjectAndRequirementsDto
-
Uses of EnvironmentWithProjectAndRequirementsDto in com.atlassian.bamboo.deployments.environments.persistence
Methods in com.atlassian.bamboo.deployments.environments.persistence that return types with arguments of type EnvironmentWithProjectAndRequirementsDtoModifier 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)