Uses of Interface
com.atlassian.bamboo.plan.dto.IdWithVersionDto
-
Uses of IdWithVersionDto in com.atlassian.bamboo.plan.dto
-
Uses of IdWithVersionDto in com.atlassian.bamboo.versioning
Modifier and TypeMethodDescription<T extends Versionable>
@NotNull List<IdWithVersionDto>VersionDao.getVersions
(@NotNull Set<Long> ids, @NotNull Class<? extends T> clazz) Gets the versions corresponding to the given ids and the class.<T extends Versionable>
@NotNull List<IdWithVersionDto>VersionHibernateDao.getVersions
(@NotNull Set<Long> ids, @NotNull Class<? extends T> clazz)