Class ProcessChangesStep
java.lang.Object
ru.cg.webbpm.studio.subsystems.deploy.hotswap.impl.step.ProcessChangesStep
- All Implemented Interfaces:
HotswapStep
- Author:
- Abdulin
-
Constructor Summary
ConstructorsConstructorDescriptionProcessChangesStep
(ValidationManager validationManager, HotswapFileTracker tracker, List<HotswapChangesHandler> hotswapChangesHandlers, List<DevSourceGenerator> sourceGenerators) -
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
-
ProcessChangesStep
@Autowired public ProcessChangesStep(ValidationManager validationManager, HotswapFileTracker tracker, List<HotswapChangesHandler> hotswapChangesHandlers, List<DevSourceGenerator> sourceGenerators)
-
-
Method Details
-
execute
Description copied from interface:HotswapStep
Применить изменения- Specified by:
execute
in interfaceHotswapStep
- Parameters:
time
- - время начала hotswapconnectionInfo
- - конфигурация подключения к серверу- Throws:
HotswapException
-
getPresentName
Description copied from interface:HotswapStep
Имя процесса, будет у пользователя в progressbar отображаться- Specified by:
getPresentName
in interfaceHotswapStep
-