Class FlowHierarchyData
- java.lang.Object
-
- jetbrains.buildServer.serverSide.buildLog.FlowHierarchyData
-
public class FlowHierarchyData extends Object
-
-
Constructor Summary
Constructors Constructor Description FlowHierarchyData(Integer parentFlowId, Set<Integer> childFlowIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addChild(int flowId)
Set<Integer>
getChildFlowIds()
Integer
getParentFlowId()
void
removeChild(int flowId)
-