Interface JobExecutionsRetryConfig.Builder

    • Method Detail

      • criteriaList

        JobExecutionsRetryConfig.Builder criteriaList​(Collection<RetryCriteria> criteriaList)

        The list of criteria that determines how many retries are allowed for each failure type for a job.

        Parameters:
        criteriaList - The list of criteria that determines how many retries are allowed for each failure type for a job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • criteriaList

        JobExecutionsRetryConfig.Builder criteriaList​(RetryCriteria... criteriaList)

        The list of criteria that determines how many retries are allowed for each failure type for a job.

        Parameters:
        criteriaList - The list of criteria that determines how many retries are allowed for each failure type for a job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.