Uses of Class
jetbrains.buildServer.processes.ProcessNode
-
Packages that use ProcessNode Package Description jetbrains.buildServer.processes jetbrains.buildServer.serverSide.impl -
-
Uses of ProcessNode in jetbrains.buildServer.processes
Methods in jetbrains.buildServer.processes that return types with arguments of type ProcessNode Modifier and Type Method Description List<ProcessNode>
ProcessTerminatorSupport. getAllSubProcessesIds(Long pid, ProcessFilter filter, int delaySeconds)
List<ProcessNode>
ProcessTreeTerminatorImplBase. getAllSubProcessesIds(Long pid, ProcessFilter filter, int delaySeconds)
static Collection<ProcessNode>
ProcessTreeTerminator. getChildProcesses(Long pid, ProcessFilter filter)
Returns child processes of the process specified by rge pid matched by the specified filterstatic Collection<ProcessNode>
ProcessTreeTerminator. getChildProcesses(ProcessFilter filter)
Returns child processes matched by the specified filterstatic List<List<ProcessNode>>
ProcessTreeTerminatorImplBase. layers(List<ProcessNode> items, int maxLayers)
returns the tree in the layered form, starting from the topmost nodes, but not more than maxLayers layers.Methods in jetbrains.buildServer.processes with parameters of type ProcessNode Modifier and Type Method Description boolean
ProcessFilter. accept(ProcessNode processNode)
Allows to filter processes.void
ProcessTree. appendProcess(ProcessNode node)
protected String
ProcessTree. toString(ProcessNode processNode)
void
VisitableProcessTree.VisitProcess. visit(ProcessNode node)
Method parameters in jetbrains.buildServer.processes with type arguments of type ProcessNode Modifier and Type Method Description protected void
ProcessTreeTerminatorImplBase. kill(List<ProcessNode> nodes, int delaySeconds, KillProcessDetails killProcessDetails)
Executes kill command according to the settings in killProcessDetails in the order of the nodes passedprotected void
ProcessTreeTerminatorWindows. kill(List<ProcessNode> nodes, int delaySeconds, KillProcessDetails killProcessDetails)
static List<List<ProcessNode>>
ProcessTreeTerminatorImplBase. layers(List<ProcessNode> items, int maxLayers)
returns the tree in the layered form, starting from the topmost nodes, but not more than maxLayers layers. -
Uses of ProcessNode in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type ProcessNode Modifier and Type Method Description boolean
ServerShutdownProcessTerminatorImpl. accept(ProcessNode processNode)
-