Uses of Class
org.camunda.community.rest.client.dto.RetriesDto
Packages that use RetriesDto
-
Uses of RetriesDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api with parameters of type RetriesDtoModifier and TypeMethodDescriptionvoidExternalTaskApi.setExternalTaskResourceRetries(String id, RetriesDto retriesDto) Set Retries Sets the number of retries left to execute an external task by id.voidExternalTaskApi.setExternalTaskResourceRetries(String id, RetriesDto retriesDto, Map<String, String> additionalHeaders) Set Retries Sets the number of retries left to execute an external task by id.voidJobDefinitionApi.setJobRetriesJobDefinition(String id, RetriesDto retriesDto) Set Job Retries By Job Definition Id Sets the number of retries of all **failed** jobs associated with the given job definition id.voidJobDefinitionApi.setJobRetriesJobDefinition(String id, RetriesDto retriesDto, Map<String, String> additionalHeaders) Set Job Retries By Job Definition Id Sets the number of retries of all **failed** jobs associated with the given job definition id. -
Uses of RetriesDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return RetriesDto