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

    Modifier and Type
    Method
    Description
    org.apache.commons.lang3.tuple.Pair<Boolean,List<BulkDeploymentResponse>>
    DeploymentService.bulkCreate(BulkDeploymentRequest request)
     
    org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment
    DeploymentService.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.Deployment
    DeploymentService.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.Deployment
    DeploymentService.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 checking
    void
    DeploymentService.deleteAllByChainId(String chainId)
     
    void
    DeploymentService.deleteAllBySnapshotId(String snapshotId)
     
    void
    DeploymentService.deleteById(String deploymentId)