Class RebuildResourcesStep
java.lang.Object
ru.cg.webbpm.studio.subsystems.deploy.hotswap.impl.step.RebuildResourcesStep
- All Implemented Interfaces:
HotswapStep
Step that runs `compile` goal on resources, which includes jasper reports compilation and potentially other stuff
- Author:
- krylov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(long time, ConnectionInfo connectionInfo) Применить измененияИмя процесса, будет у пользователя в progressbar отображатьсяMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.subsystems.deploy.hotswap.impl.step.HotswapStep
disable, enable
-
Constructor Details
-
RebuildResourcesStep
-
-
Method Details
-
getPresentName
Description copied from interface:HotswapStep
Имя процесса, будет у пользователя в progressbar отображаться- Specified by:
getPresentName
in interfaceHotswapStep
-
execute
Description copied from interface:HotswapStep
Применить изменения- Specified by:
execute
in interfaceHotswapStep
- Parameters:
time
- - время начала hotswapconnectionInfo
- - конфигурация подключения к серверу- Throws:
HotswapException
-