Package jetbrains.buildServer.processes
Class ProcessTree
- java.lang.Object
-
- jetbrains.buildServer.processes.IdentifierTree<TKey,TValue>
-
- jetbrains.buildServer.processes.IdentifierTreeWithDump<Long,ProcessNode>
-
- jetbrains.buildServer.processes.ProcessTree
-
- Direct Known Subclasses:
VisitableProcessTree
public abstract class ProcessTree extends IdentifierTreeWithDump<Long,ProcessNode>
Created by IntelliJ IDEA. User: eugene.petrenko Date: 23.05.2007 Time: 21:43:04
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jetbrains.buildServer.processes.IdentifierTreeWithDump
IdentifierTreeWithDump.ToString<TValue>
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.processes.IdentifierTree
myProcesses, myTree
-
-
Constructor Summary
Constructors Constructor Description ProcessTree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendProcess(ProcessNode node)
String
dumpFull()
protected String
toString(ProcessNode processNode)
-
Methods inherited from class jetbrains.buildServer.processes.IdentifierTreeWithDump
dump, dump
-
Methods inherited from class jetbrains.buildServer.processes.IdentifierTree
appendNode, getById, getChildrenIds, getChildrenValues, getValues, size
-
-
-
-
Method Detail
-
appendProcess
public void appendProcess(ProcessNode node) throws IdentifierTreeException
- Throws:
IdentifierTreeException
-
toString
protected String toString(@NotNull ProcessNode processNode)
- Specified by:
toString
in classIdentifierTreeWithDump<Long,ProcessNode>
-
dumpFull
public String dumpFull()
-
-