Class RemoteDebugHelper

    • Field Detail

      • REMOTE_DEBUG_PATCHES_TO_DELETE_PARAM

        @NotNull
        public static final String REMOTE_DEBUG_PATCHES_TO_DELETE_PARAM
        See Also:
        Constant Field Values
    • Constructor Detail

      • RemoteDebugHelper

        public RemoteDebugHelper()
      • RemoteDebugHelper

        protected RemoteDebugHelper​(@NotNull
                                    String runnerFlag,
                                    @NotNull
                                    String runnerParamPrefix,
                                    @NotNull
                                    String runnerIncrementalParamPrefix,
                                    @NotNull
                                    String runnerParamSuffix)
    • Method Detail

      • isRemoteDebugStep

        public boolean isRemoteDebugStep​(@NotNull
                                         Map<String,​String> params)
      • extractRemoteDebugRunnerIncrementalParams

        @NotNull
        public Map<String,​String> extractRemoteDebugRunnerIncrementalParams​(@NotNull
                                                                                  Map<String,​String> params)
      • patchIdsFromString

        @NotNull
        public static Collection<Long> patchIdsFromString​(@NotNull
                                                          String patchIds)