Class DeploymentBuilderService
java.lang.Object
org.qubership.integration.platform.runtime.catalog.service.deployment.DeploymentBuilderService
-
Constructor Summary
ConstructorsConstructorDescriptionDeploymentBuilderService(ChainService chainService, SnapshotService snapshotService, org.qubership.integration.platform.catalog.util.ElementUtils elementUtils, ElementPropertiesBuilderFactory elementPropertiesBuilderFactory, org.qubership.integration.platform.catalog.service.library.LibraryElementsService libraryService, DeploymentRouteMapper deploymentRouteMapper, SystemService systemService, EnvironmentService environmentService) -
Method Summary
Modifier and TypeMethodDescriptionbuildDeploymentsStop(List<org.qubership.integration.platform.catalog.model.deployment.update.DeploymentInfo> deployments) buildDeploymentsUpdate(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment> deployments)
-
Constructor Details
-
DeploymentBuilderService
@Autowired public DeploymentBuilderService(@Lazy ChainService chainService, @Lazy SnapshotService snapshotService, org.qubership.integration.platform.catalog.util.ElementUtils elementUtils, ElementPropertiesBuilderFactory elementPropertiesBuilderFactory, org.qubership.integration.platform.catalog.service.library.LibraryElementsService libraryService, DeploymentRouteMapper deploymentRouteMapper, SystemService systemService, EnvironmentService environmentService)
-
-
Method Details
-
buildDeploymentsUpdate
public List<DeploymentUpdate> buildDeploymentsUpdate(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment> deployments) -
buildDeploymentsStop
public List<DeploymentUpdate> buildDeploymentsStop(List<org.qubership.integration.platform.catalog.model.deployment.update.DeploymentInfo> deployments)
-