| Package | Description |
|---|---|
| com.atlassian.bamboo.deployments.versions.persistence |
| Modifier and Type | Method and Description |
|---|---|
DeploymentVersionSearchCriteria |
DeploymentVersionSearchCriteria.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull List<DeploymentVersionDto> |
DeploymentVersionDaoImpl.findVersionDtos(DeploymentVersionSearchCriteria searchCriteria) |
@NotNull List<DeploymentVersionDto> |
DeploymentVersionDao.findVersionDtos(DeploymentVersionSearchCriteria searchCriteria) |
@NotNull List<MutableDeploymentVersion> |
DeploymentVersionDaoImpl.findVersions(@NotNull DeploymentVersionSearchCriteria searchCriteria) |
@NotNull List<MutableDeploymentVersion> |
DeploymentVersionDao.findVersions(@NotNull DeploymentVersionSearchCriteria searchCriteria)
Search for versions using search criteria
|
boolean |
DeploymentVersionDaoImpl.hasVersions(@NotNull DeploymentVersionSearchCriteria searchCriteria) |
boolean |
DeploymentVersionDao.hasVersions(@NotNull DeploymentVersionSearchCriteria searchCriteria)
Test if versions that match criteria do exist
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.