Modifier and Type | Method and Description |
---|---|
DeploymentVersionDto |
DeploymentResultDto.getDeploymentVersion() |
Constructor and Description |
---|
DeploymentVersionImpl(DeploymentVersionDto version,
DeploymentVersionStatus versionStatus,
List<DeploymentVersionItem> deploymentVersionItems,
Operations operations,
String creatorDisplayName,
String creatorGravatarUrl) |
Modifier and Type | Method and Description |
---|---|
List<DeploymentVersionDto> |
DeploymentVersionDaoImpl.findVersionDtos(DeploymentVersionSearchCriteria searchCriteria) |
List<DeploymentVersionDto> |
DeploymentVersionDao.findVersionDtos(DeploymentVersionSearchCriteria searchCriteria) |
Iterable<DeploymentVersionDto> |
DeploymentVersionDaoImpl.findVersionDtosBetween(long deploymentProjectId,
long version1Id,
long version2Id) |
Iterable<DeploymentVersionDto> |
DeploymentVersionDao.findVersionDtosBetween(long deploymentProjectId,
long version1Id,
long version2Id) |
List<DeploymentVersionDto> |
DeploymentVersionDaoImpl.getDeploymentVersionDtosForDeploymentProject(long deploymentProjectId,
int offset,
int maxResults) |
List<DeploymentVersionDto> |
DeploymentVersionDao.getDeploymentVersionDtosForDeploymentProject(long deploymentProjectId,
int offset,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
DeploymentVersion |
DeploymentVersionDtoManager.getDeploymentVersion(DeploymentVersionDto dto,
DeploymentProject project)
Deprecated.
Convert a DeploymentVersionDto to a
DeploymentVersion . |
DeploymentVersion |
DeploymentVersionServiceImpl.getDeploymentVersion(DeploymentVersionDto dto,
DeploymentProject project) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.