Uses of Class
com.atlassian.bamboo.deployments.versions.persistence.items.ArtifactDeploymentVersionItemDto
-
Packages that use ArtifactDeploymentVersionItemDto Package Description com.atlassian.bamboo.deployments.versions.persistence -
-
Uses of ArtifactDeploymentVersionItemDto in com.atlassian.bamboo.deployments.versions.persistence
Methods in com.atlassian.bamboo.deployments.versions.persistence that return types with arguments of type ArtifactDeploymentVersionItemDto Modifier and Type Method Description List<ArtifactDeploymentVersionItemDto>
DeploymentVersionDto. getItems()
@NotNull List<ArtifactDeploymentVersionItemDto>
DeploymentVersionDao. getVersionItemDtos(long versionId)
Find version items associated with a version.@NotNull List<ArtifactDeploymentVersionItemDto>
DeploymentVersionDaoImpl. getVersionItemDtos(long deploymentVersionId)
-