Uses of Class
jetbrains.buildServer.DebugSessionInfo
-
Packages that use DebugSessionInfo Package Description jetbrains.buildServer -
-
Uses of DebugSessionInfo in jetbrains.buildServer
Methods in jetbrains.buildServer that return types with arguments of type DebugSessionInfo Modifier and Type Method Description Map<String,DebugSessionInfo>
AddToQueueRequest. getDebugSessionInfos()
Returns specified debug session infos or null.Methods in jetbrains.buildServer with parameters of type DebugSessionInfo Modifier and Type Method Description void
AddToQueueRequest. addDebugSessionInfo(String runnerId, DebugSessionInfo debugSessionInfo)
Adds debug session info for the specified runner.
-