Uses of Class
jetbrains.buildServer.serverSide.buildLog.processors.FlowsMessageProcessor.FlowInfo
-
Packages that use FlowsMessageProcessor.FlowInfo Package Description jetbrains.buildServer.serverSide.buildLog jetbrains.buildServer.serverSide.buildLog.processors jetbrains.buildServer.serverSide.impl -
-
Uses of FlowsMessageProcessor.FlowInfo in jetbrains.buildServer.serverSide.buildLog
Methods in jetbrains.buildServer.serverSide.buildLog that return types with arguments of type FlowsMessageProcessor.FlowInfo Modifier and Type Method Description Map<Integer,FlowsMessageProcessor.FlowInfo>BuildLogFacade. getFlowIndex()Map<Integer,FlowsMessageProcessor.FlowInfo>BuildLogLocalFacade. getFlowIndex()Map<Integer,FlowsMessageProcessor.FlowInfo>BuildLogReaderEx. getFlowIndex()Map<Integer,FlowsMessageProcessor.FlowInfo>BuildLogRemoteFacade. getFlowIndex()Map<Integer,FlowsMessageProcessor.FlowInfo>ServerBuildLog. getFlowIndex() -
Uses of FlowsMessageProcessor.FlowInfo in jetbrains.buildServer.serverSide.buildLog.processors
Methods in jetbrains.buildServer.serverSide.buildLog.processors that return FlowsMessageProcessor.FlowInfo Modifier and Type Method Description FlowsMessageProcessor.FlowInfoFlowsMessageProcessor. addFlow(Integer flowId, Integer parentFlowId, Map<Integer,FlowsMessageProcessor.FlowInfo> flows)Method parameters in jetbrains.buildServer.serverSide.buildLog.processors with type arguments of type FlowsMessageProcessor.FlowInfo Modifier and Type Method Description FlowsMessageProcessor.FlowInfoFlowsMessageProcessor. addFlow(Integer flowId, Integer parentFlowId, Map<Integer,FlowsMessageProcessor.FlowInfo> flows)Constructor parameters in jetbrains.buildServer.serverSide.buildLog.processors with type arguments of type FlowsMessageProcessor.FlowInfo Constructor Description FlowsMessageProcessor(Map<Integer,FlowsMessageProcessor.FlowInfo> flows) -
Uses of FlowsMessageProcessor.FlowInfo in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type FlowsMessageProcessor.FlowInfo Modifier and Type Method Description Map<Integer,FlowsMessageProcessor.FlowInfo>NoOpBuildLog. getFlowIndex()
-