Uses of Class
com.atlassian.bamboo.deployments.versions.persistence.DeploymentVersionSearchCriteria
-
Uses of DeploymentVersionSearchCriteria 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 List<MutableDeploymentVersion>
DeploymentVersionDao.findVersions
(@NotNull DeploymentVersionSearchCriteria searchCriteria) Search for versions using search criteria@NotNull List<MutableDeploymentVersion>
DeploymentVersionDaoImpl.findVersions
(@NotNull DeploymentVersionSearchCriteria searchCriteria) boolean
DeploymentVersionDao.hasVersions
(@NotNull DeploymentVersionSearchCriteria searchCriteria) Test if versions that match criteria do existboolean
DeploymentVersionDaoImpl.hasVersions
(@NotNull DeploymentVersionSearchCriteria searchCriteria)