Uses of Class
jetbrains.buildServer.serverSide.buildLog.BlockDescriptor
-
Packages that use BlockDescriptor Package Description jetbrains.buildServer.serverSide.buildLog jetbrains.buildServer.serverSide.impl -
-
Uses of BlockDescriptor in jetbrains.buildServer.serverSide.buildLog
Methods in jetbrains.buildServer.serverSide.buildLog that return types with arguments of type BlockDescriptor Modifier and Type Method Description List<BlockDescriptor>
LogStateSnapshotUpdate. getOpenBlocksStack()
List<BlockDescriptor>
BuildLogLocalState. getPendingOpenBlocks(Integer flowId, String blockType)
List<BlockDescriptor>
BuildLogReaderEx. getPendingOpenBlocks(Integer flowId, String blockType)
List<BlockDescriptor>
LogStateSnapshot. getPendingOpenBlocks(Integer flowId, String blockType)
List<BlockDescriptor>
ServerBuildLog. getPendingOpenBlocks(Integer flowId, String blockType)
Constructor parameters in jetbrains.buildServer.serverSide.buildLog with type arguments of type BlockDescriptor Constructor Description LogStateSnapshotUpdate(LogStateSnapshot.BuildLogStatus buildLogStatus, Map<Integer,LogStateSnapshot.FlowSnapshot> flowSnapshotsUpdate, List<BlockDescriptor> openBlocksStack)
-
Uses of BlockDescriptor in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type BlockDescriptor Modifier and Type Method Description List<BlockDescriptor>
NoOpBuildLog. getPendingOpenBlocks(Integer flowId, String blockType)
-