Interface CommandExecution

    • Method Detail

      • makeProgramCommandLine

        @NotNull
        ProgramCommandLine makeProgramCommandLine()
                                           throws RunBuildException
        This method is called to build a commandline and environment variables set for build process that would be started and handled by core
        Returns:
        commandline of build process to start
        Throws:
        RunBuildException - if a problem occurred
        Since:
        7.0
      • interruptRequested

        @NotNull
        TerminationAction interruptRequested()
        Returns:
        method that would be used to stop currently running step
        Since:
        7.0
        See Also:
        TerminationAction
      • isCommandLineLoggingEnabled

        boolean isCommandLineLoggingEnabled()
        Returns:
        true is you need to log starting process commandline
        Since:
        7.0