Class FlowIdStartStopHandler
- java.lang.Object
-
- jetbrains.buildServer.serverSide.messages.FlowIdStartStopHandler
-
public class FlowIdStartStopHandler extends Object
This class handles service messages 'start' and 'stop' on the server side. It respects flowId hierarchy Dafault state is started- Author:
- kir, eugene.petrenko
-
-
Constructor Summary
Constructors Constructor Description FlowIdStartStopHandler(RunningBuildEx build)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisProcessingSuspended(String flowId)voidsetProcessingSuspended(String flowId, Boolean suspend)
-
-
-
Constructor Detail
-
FlowIdStartStopHandler
public FlowIdStartStopHandler(@NotNull RunningBuildEx build)
-
-