Class AppDefinitionPublishService


  • @Service
    @Transactional
    public class AppDefinitionPublishService
    extends BaseAppDefinitionService
    Can't merge this with AppDefinitionService, as it doesn't have visibility of domain models needed to do the publication.
    Author:
    jbarrez
    • Constructor Detail

      • AppDefinitionPublishService

        public AppDefinitionPublishService​(org.springframework.beans.factory.ObjectProvider<AppRepositoryService> appRepositoryService)
    • Method Detail

      • publishAppDefinition

        public void publishAppDefinition​(String comment,
                                         Model appDefinitionModel,
                                         String userId)
      • deployZipArtifact

        protected void deployZipArtifact​(byte[] zipArtifact,
                                         String deploymentKey,
                                         String deploymentName)