Uses of Class
com.atlassian.bamboo.deployments.versions.persistence.DeploymentVersionStatusDto
-
Uses of DeploymentVersionStatusDto in com.atlassian.bamboo.deployments.versions.persistence
Modifier and TypeMethodDescriptionDeploymentVersionDao.getLatestVersionStatusDto
(long deploymentVersionId) Deprecated.@Nullable DeploymentVersionStatusDto
DeploymentVersionDaoImpl.getLatestVersionStatusDto
(long deploymentVersionId) Modifier and TypeMethodDescription@NotNull List<DeploymentVersionStatusDto>
DeploymentVersionDao.getAllUsersLatestVersionStatusDtosOrderedByCreationDate
(long deploymentVersionId) Retrieves all users' latest deployment version statuses for a requested deploymentVersionId ordered by creation date.@NotNull Map<Long,
List<DeploymentVersionStatusDto>> DeploymentVersionDao.getAllUsersLatestVersionStatusDtosOrderedByCreationDate
(@NotNull List<Long> deploymentVersionIds) @NotNull List<DeploymentVersionStatusDto>
DeploymentVersionDaoImpl.getAllUsersLatestVersionStatusDtosOrderedByCreationDate
(long deploymentVersionId) @NotNull Map<Long,
List<DeploymentVersionStatusDto>> DeploymentVersionDaoImpl.getAllUsersLatestVersionStatusDtosOrderedByCreationDate
(@NotNull List<Long> deploymentVersionIds) @NotNull Map<Long,
DeploymentVersionStatusDto> DeploymentVersionDao.getLatestVersionStatusDtos
(@NotNull List<Long> deploymentVersionIds) Deprecated.since 9.4 useDeploymentVersionDao.getAllUsersLatestVersionStatusDtosOrderedByCreationDate(List<Long>)
instead@NotNull Map<Long,
DeploymentVersionStatusDto> DeploymentVersionDaoImpl.getLatestVersionStatusDtos
(@NotNull List<Long> deploymentVersionIds)
DeploymentVersionDao.getAllUsersLatestVersionStatusDtosOrderedByCreationDate(long)
instead