Class ExitCodeRangeMapping


  • public class ExitCodeRangeMapping
    extends Object
    A range of exit codes and how the Batch service should respond to exit codes within that range.
    • Constructor Detail

      • ExitCodeRangeMapping

        public ExitCodeRangeMapping()
    • Method Detail

      • start

        public int start()
        Get the start value.
        Returns:
        the start value
      • withStart

        public ExitCodeRangeMapping withStart​(int start)
        Set the start value.
        Parameters:
        start - the start value to set
        Returns:
        the ExitCodeRangeMapping object itself.
      • end

        public int end()
        Get the end value.
        Returns:
        the end value
      • withEnd

        public ExitCodeRangeMapping withEnd​(int end)
        Set the end value.
        Parameters:
        end - the end value to set
        Returns:
        the ExitCodeRangeMapping object itself.
      • exitOptions

        public ExitOptions exitOptions()
        Get the exitOptions value.
        Returns:
        the exitOptions value
      • withExitOptions

        public ExitCodeRangeMapping withExitOptions​(ExitOptions exitOptions)
        Set the exitOptions value.
        Parameters:
        exitOptions - the exitOptions value to set
        Returns:
        the ExitCodeRangeMapping object itself.