Class 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 inside AddToQueueRequest.
    • Constructor Detail

      • DebugSessionInfo

        public DebugSessionInfo​(@NotNull
                                Map<String,​String> runnerParamsToOverride,
                                @NotNull
                                Map<String,​String> runnerIncrementalParamsToOverride)
    • Method Detail

      • getRunnerParamsToOverride

        @NotNull
        public Map<String,​String> getRunnerParamsToOverride()
      • getRunnerIncrementalParamsToOverride

        @NotNull
        public Map<String,​String> getRunnerIncrementalParamsToOverride()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object