Uses of Annotation Interface
org.qubership.integration.platform.runtime.catalog.configuration.aspect.DeploymentModification
Packages that use DeploymentModification
-
Uses of DeploymentModification in org.qubership.integration.platform.runtime.catalog.service
Methods in org.qubership.integration.platform.runtime.catalog.service with annotations of type DeploymentModificationModifier and TypeMethodDescriptionorg.apache.commons.lang3.tuple.Pair<Boolean, List<BulkDeploymentResponse>> DeploymentService.bulkCreate(BulkDeploymentRequest request) org.qubership.integration.platform.catalog.persistence.configs.entity.chain.DeploymentDeploymentService.create(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment deployment, String chainId, String snapshotId) org.qubership.integration.platform.catalog.persistence.configs.entity.chain.DeploymentDeploymentService.create(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment deployment, String chainId, org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Snapshot snapshot) org.qubership.integration.platform.catalog.persistence.configs.entity.chain.DeploymentDeploymentService.create(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment deployment, org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Chain chain, org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Snapshot snapshot, List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment> excludeDeployments) List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment> DeploymentService.createAll(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment> deployments, String chainId) List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment> DeploymentService.createAll(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment> deployments, String chainId, org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Snapshot snapshot) Create deployments from the same snapshot with external triggers checkingvoidDeploymentService.deleteAllByChainId(String chainId) voidDeploymentService.deleteAllBySnapshotId(String snapshotId) voidDeploymentService.deleteById(String deploymentId)