Package jetbrains.buildServer
Class DebugSessionInfo
- java.lang.Object
-
- jetbrains.buildServer.DebugSessionInfo
-
public class DebugSessionInfo extends Object
Contains information about debug session for certain build step. This object is created by IDE plugin (or other XML RPC client) and is sent to the server insideAddToQueueRequest
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Map<String,String>
getRunnerIncrementalParamsToOverride()
Map<String,String>
getRunnerParamsToOverride()
int
hashCode()
-