Uses of Class
com.atlassian.bamboo.deployments.versions.persistence.DeploymentVersionDto
Package
Description
-
Uses of DeploymentVersionDto in com.atlassian.bamboo.deployments.results.persistence
-
Uses of DeploymentVersionDto in com.atlassian.bamboo.deployments.versions
ModifierConstructorDescriptionDeploymentVersionImpl
(DeploymentVersionDto version, @Nullable DeploymentVersionStatus versionStatus, @NotNull List<DeploymentVersionStatus> versionStatuses, List<DeploymentVersionItem> deploymentVersionItems, Operations operations, String creatorDisplayName) -
Uses of DeploymentVersionDto in com.atlassian.bamboo.deployments.versions.persistence
Modifier and TypeMethodDescription@NotNull List<DeploymentVersionDto>
DeploymentVersionDao.findVersionDtos
(DeploymentVersionSearchCriteria searchCriteria) @NotNull List<DeploymentVersionDto>
DeploymentVersionDaoImpl.findVersionDtos
(DeploymentVersionSearchCriteria searchCriteria) @NotNull Iterable<DeploymentVersionDto>
DeploymentVersionDao.findVersionDtosBetween
(long deploymentProjectId, long version1Id, long version2Id) @NotNull Iterable<DeploymentVersionDto>
DeploymentVersionDaoImpl.findVersionDtosBetween
(long deploymentProjectId, long version1Id, long version2Id) @NotNull List<DeploymentVersionDto>
DeploymentVersionDao.getDeploymentVersionDtosForDeploymentProject
(long deploymentProjectId, int offset, int maxResults) @NotNull List<DeploymentVersionDto>
DeploymentVersionDaoImpl.getDeploymentVersionDtosForDeploymentProject
(long deploymentProjectId, int offset, int maxResults) -
Uses of DeploymentVersionDto in com.atlassian.bamboo.deployments.versions.service
Modifier and TypeMethodDescription@Nullable DeploymentVersion
DeploymentVersionDtoManager.getDeploymentVersion
(@Nullable DeploymentVersionDto dto, @Nullable DeploymentProject project, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) Deprecated.Convert a DeploymentVersionDto to aDeploymentVersion
.@Nullable DeploymentVersion
DeploymentVersionServiceImpl.getDeploymentVersion
(@Nullable DeploymentVersionDto dto, @Nullable DeploymentProject project, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes)