Class RebuildResourcesStep

java.lang.Object
ru.cg.webbpm.studio.subsystems.deploy.hotswap.impl.step.RebuildResourcesStep
All Implemented Interfaces:
HotswapStep

@Component public class RebuildResourcesStep extends Object implements HotswapStep
Step that runs `compile` goal on resources, which includes jasper reports compilation and potentially other stuff
Author:
krylov
  • Constructor Details

    • RebuildResourcesStep

      @Autowired public RebuildResourcesStep(ProjectManager projectManager)
  • Method Details

    • getPresentName

      public String getPresentName()
      Description copied from interface: HotswapStep
      Имя процесса, будет у пользователя в progressbar отображаться
      Specified by:
      getPresentName in interface HotswapStep
    • execute

      public void execute(long time, ConnectionInfo connectionInfo) throws HotswapException
      Description copied from interface: HotswapStep
      Применить изменения
      Specified by:
      execute in interface HotswapStep
      Parameters:
      time - - время начала hotswap
      connectionInfo - - конфигурация подключения к серверу
      Throws:
      HotswapException