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