Interface AbortConfig.Builder

    • Method Detail

      • criteriaList

        AbortConfig.Builder criteriaList​(Collection<AbortCriteria> criteriaList)

        The list of criteria that determine when and how to abort the job.

        Parameters:
        criteriaList - The list of criteria that determine when and how to abort the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • criteriaList

        AbortConfig.Builder criteriaList​(AbortCriteria... criteriaList)

        The list of criteria that determine when and how to abort the job.

        Parameters:
        criteriaList - The list of criteria that determine when and how to abort the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.