Interface JobStepRestartMarker.Builder

    • Method Detail

      • fromProcStep

        JobStepRestartMarker.Builder fromProcStep​(String fromProcStep)

        The procedure step name that a job was restarted from.

        Parameters:
        fromProcStep - The procedure step name that a job was restarted from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fromStep

        JobStepRestartMarker.Builder fromStep​(String fromStep)

        The step name that a batch job restart was from.

        Parameters:
        fromStep - The step name that a batch job restart was from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toProcStep

        JobStepRestartMarker.Builder toProcStep​(String toProcStep)

        The procedure step name that a batch job was restarted to.

        Parameters:
        toProcStep - The procedure step name that a batch job was restarted to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toStep

        JobStepRestartMarker.Builder toStep​(String toStep)

        The step name that a job was restarted to.

        Parameters:
        toStep - The step name that a job was restarted to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.