Class FlowsMessageProcessor.FlowInfo
- java.lang.Object
-
- jetbrains.buildServer.serverSide.buildLog.processors.FlowsMessageProcessor.FlowInfo
-
- Enclosing class:
- FlowsMessageProcessor
public static final class FlowsMessageProcessor.FlowInfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getFirstMessage()
int
getFlowId()
int
getIndex()
Integer
getLastMessage()
Integer
getParentFlowId()
boolean
isParallelToParent()
void
setFirstMessage(Integer firstMessage)
void
setIndex(int index)
void
setLastMessage(Integer lastMessage)
void
setParallelToParent(boolean parallelToParent)
-
-
-
Method Detail
-
getParentFlowId
@Nullable public Integer getParentFlowId()
-
getFirstMessage
@Nullable public Integer getFirstMessage()
-
getLastMessage
@Nullable public Integer getLastMessage()
-
setFirstMessage
public void setFirstMessage(@Nullable Integer firstMessage)
-
setLastMessage
public void setLastMessage(@Nullable Integer lastMessage)
-
isParallelToParent
public boolean isParallelToParent()
-
setParallelToParent
public void setParallelToParent(boolean parallelToParent)
-
getFlowId
public int getFlowId()
-
getIndex
public int getIndex()
-
setIndex
public void setIndex(int index)
-
-