Uses of Class
com.atlassian.bamboo.deployments.versions.persistence.DeploymentVersionSearchCriteria
-
Packages that use DeploymentVersionSearchCriteria Package Description com.atlassian.bamboo.deployments.versions.persistence -
-
Uses of DeploymentVersionSearchCriteria in com.atlassian.bamboo.deployments.versions.persistence
Methods in com.atlassian.bamboo.deployments.versions.persistence that return DeploymentVersionSearchCriteria Modifier and Type Method Description DeploymentVersionSearchCriteria
DeploymentVersionSearchCriteria.Builder. build()
Methods in com.atlassian.bamboo.deployments.versions.persistence with parameters of type DeploymentVersionSearchCriteria Modifier and Type Method Description @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)
-