Class LogStateSnapshot.FlowSnapshot
- java.lang.Object
-
- jetbrains.buildServer.serverSide.buildLog.LogStateSnapshot.FlowSnapshot
-
- Enclosing class:
- LogStateSnapshot
public static class LogStateSnapshot.FlowSnapshot extends Object
-
-
Constructor Summary
Constructors Constructor Description FlowSnapshot(long version, Integer parentFlowId, Set<Integer> childFlowIds, BlockLogMessage lastBlockMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockLogMessage
getLastBlockMessage()
Integer
getParentFlowId()
-
-
-
Constructor Detail
-
FlowSnapshot
public FlowSnapshot(long version, @Nullable Integer parentFlowId, @NotNull Set<Integer> childFlowIds, @Nullable BlockLogMessage lastBlockMessage)
-
-
Method Detail
-
getParentFlowId
@TestOnly @Nullable public Integer getParentFlowId()
-
getLastBlockMessage
@TestOnly @Nullable public BlockLogMessage getLastBlockMessage()
-
-