Interface UpdateRetriesJobCommandStep1

All Superinterfaces:
CommandWithCommunicationApiStep<UpdateRetriesJobCommandStep1>
All Known Implementing Classes:
JobUpdateRetriesCommandImpl

@Deprecated public interface UpdateRetriesJobCommandStep1 extends CommandWithCommunicationApiStep<UpdateRetriesJobCommandStep1>
Deprecated.
since 8.8 for removal in 8.9, replaced by UpdateRetriesJobCommandStep1
  • Method Details

    • retries

      Deprecated.
      Set the retries of this job.

      If the given retries are greater than zero then this job will be picked up again by a job subscription and a related incident will be marked as resolved.

      Parameters:
      retries - the retries of this job
      Returns:
      the builder for this command. Call
      invalid reference
      #send()
      to complete the command and send it to the broker.