Interface XbpJobExternalStep

    • Method Detail

      • getParameters

        String getParameters()
        Get the parameters of the external command / program
        Returns:
        parameters
      • isCaptureStdout

        boolean isCaptureStdout()
        Whether the standard output of the external command / program is redirected to the joblog
        Returns:
        true if the standard output is captured in the joblog, false otherwise
      • isCaptureStderr

        boolean isCaptureStderr()
        Whether the standard error of the external command / program is redirected to the joblog
        Returns:
        true if the standard error is captured in the joblog, false otherwise
      • isWaitForJob

        boolean isWaitForJob()
        Whether the SAP batch job should wait for the termination of the external command / program
        Returns:
        true if the batch job waits, false otherwise
      • isTraceEnabled

        boolean isTraceEnabled()
        Whether the tracing is activated for SAPXPG
        Returns:
        true if tracing is enabled, false otherwise