Class IdeaSettingsPreprocessor

    • Constructor Detail

      • IdeaSettingsPreprocessor

        public IdeaSettingsPreprocessor()
    • Method Detail

      • updateParameters

        public void updateParameters​(@NotNull
                                     BuildStartContext context)
        Description copied from interface: BuildStartContextProcessor
        This extension point is called before parameters are sent to a build agent. Build context can be used to alter parameters of a build before data is sent to a build agent
        Specified by:
        updateParameters in interface BuildStartContextProcessor
        Parameters:
        context - context to update
      • tryUpdateParameters

        public void tryUpdateParameters​(@NotNull
                                        SRunnerContext ctx)