Uses of Class
io.camunda.client.api.command.JobChangeset
Packages that use JobChangeset
-
Uses of JobChangeset in io.camunda.client.api.command
Methods in io.camunda.client.api.command that return JobChangesetModifier and TypeMethodDescriptionJobChangeset.setPriority(Integer priority) JobChangeset.setRetries(Integer retries) JobChangeset.setTimeout(Long timeout) Methods in io.camunda.client.api.command with parameters of type JobChangesetModifier and TypeMethodDescriptionUpdateJobCommandStep1.update(JobChangeset jobChangeset) Update the retries, timeout, and/or priority of this job. -
Uses of JobChangeset in io.camunda.client.impl.command
Methods in io.camunda.client.impl.command with parameters of type JobChangeset