Uses of Class
ch.admin.bit.jeap.deploymentlog.web.api.dto.DeploymentSnapshotDto
Packages that use DeploymentSnapshotDto
-
Uses of DeploymentSnapshotDto in ch.admin.bit.jeap.deploymentlog.web.api.dto
Methods in ch.admin.bit.jeap.deploymentlog.web.api.dto that return DeploymentSnapshotDtoMethods in ch.admin.bit.jeap.deploymentlog.web.api.dto that return types with arguments of type DeploymentSnapshotDtoModifier and TypeMethodDescriptionComponentSnapshotDto.getDeployments()static List<DeploymentSnapshotDto> DeploymentSnapshotDto.of(List<ch.admin.bit.jeap.deploymentlog.domain.EnvironmentComponentVersionState> values) Method parameters in ch.admin.bit.jeap.deploymentlog.web.api.dto with type arguments of type DeploymentSnapshotDtoModifier and TypeMethodDescriptionComponentSnapshotDto.ComponentSnapshotDtoBuilder.deployments(List<DeploymentSnapshotDto> deployments)