Uses of Class
org.qubership.integration.platform.runtime.catalog.rest.v1.dto.deployment.DeploymentRequest
Packages that use DeploymentRequest
Package
Description
-
Uses of DeploymentRequest in org.qubership.integration.platform.runtime.catalog.rest.v1.controller
Methods in org.qubership.integration.platform.runtime.catalog.rest.v1.controller with parameters of type DeploymentRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.qubership.integration.platform.catalog.model.dto.deployment.DeploymentResponse> DeploymentController.create(String chainId, DeploymentRequest request) Method parameters in org.qubership.integration.platform.runtime.catalog.rest.v1.controller with type arguments of type DeploymentRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<org.qubership.integration.platform.catalog.model.dto.deployment.DeploymentResponse>> DeploymentController.createAll(String chainId, List<DeploymentRequest> request) -
Uses of DeploymentRequest in org.qubership.integration.platform.runtime.catalog.rest.v1.mapper
Methods in org.qubership.integration.platform.runtime.catalog.rest.v1.mapper that return DeploymentRequestModifier and TypeMethodDescriptionChainRolesMapper.prepareDeploymentRequest(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment deployment) ChainRolesMapper.prepareDeploymentRequest(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Snapshot snapshot) ChainRolesMapperImpl.prepareDeploymentRequest(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment deployment) ChainRolesMapperImpl.prepareDeploymentRequest(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Snapshot snapshot) Methods in org.qubership.integration.platform.runtime.catalog.rest.v1.mapper that return types with arguments of type DeploymentRequestModifier and TypeMethodDescriptionChainRolesMapper.prepareDeploymentRequest(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment> deployment) ChainRolesMapperImpl.prepareDeploymentRequest(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment> deployment) Methods in org.qubership.integration.platform.runtime.catalog.rest.v1.mapper with parameters of type DeploymentRequestModifier and TypeMethodDescriptionabstract org.qubership.integration.platform.catalog.persistence.configs.entity.chain.DeploymentDeploymentMapper.asEntity(DeploymentRequest request) org.qubership.integration.platform.catalog.persistence.configs.entity.chain.DeploymentDeploymentMapperImpl.asEntity(DeploymentRequest request) protected org.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotDeploymentMapperImpl.deploymentRequestToSnapshot(DeploymentRequest deploymentRequest) abstract voidDeploymentMapper.merge(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment entity, DeploymentRequest request) voidDeploymentMapperImpl.merge(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment entity, DeploymentRequest request) Method parameters in org.qubership.integration.platform.runtime.catalog.rest.v1.mapper with type arguments of type DeploymentRequestModifier and TypeMethodDescriptionList<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment> DeploymentMapper.asEntities(List<DeploymentRequest> request)