Uses of Class
org.qubership.integration.platform.runtime.catalog.rest.v1.exception.exceptions.DeploymentProcessingException
Packages that use DeploymentProcessingException
Package
Description
-
Uses of DeploymentProcessingException in org.qubership.integration.platform.runtime.catalog.rest.v1.exception
Methods in org.qubership.integration.platform.runtime.catalog.rest.v1.exception with parameters of type DeploymentProcessingExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleDeploymentDeletionException(DeploymentProcessingException exception) -
Uses of DeploymentProcessingException in org.qubership.integration.platform.runtime.catalog.service
Methods in org.qubership.integration.platform.runtime.catalog.service that throw DeploymentProcessingExceptionModifier and TypeMethodDescriptionvoidDeploymentService.deleteAllByChainId(String chainId) voidDeploymentService.deleteAllBySnapshotId(String snapshotId) voidDeploymentService.deleteById(String deploymentId)