Uses of Class
org.camunda.community.rest.client.dto.JobRetriesDto
Packages that use JobRetriesDto
-
Uses of JobRetriesDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api with parameters of type JobRetriesDtoModifier and TypeMethodDescriptionvoidJobApi.setJobRetries(String id, JobRetriesDto jobRetriesDto) Set Job Retries Sets the retries of the job to the given number of retries by id.voidJobApi.setJobRetries(String id, JobRetriesDto jobRetriesDto, Map<String, String> additionalHeaders) Set Job Retries Sets the retries of the job to the given number of retries by id. -
Uses of JobRetriesDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return JobRetriesDto