Uses of Class
org.camunda.community.bpmndt.api.JobHandler
Packages that use JobHandler
-
Uses of JobHandler in org.camunda.community.bpmndt.api
Methods in org.camunda.community.bpmndt.api that return JobHandlerModifier and TypeMethodDescriptionJobHandler.customize(Consumer<JobHandler> customizer) Customizes the handler, using the givenConsumerfunction.JobHandler.verify(Consumer<io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert> verifier) Verifies the job's waiting state.JobHandler.verifyRetries(Integer expectedRetries) Verifies that the job has a specific number of retries.JobHandler.verifyRetries(Consumer<Integer> retriesConsumer) Verifies that the job has a specific number of retries, using a consumer.JobHandler.verifyRetriesExpression(Consumer<String> retriesExpressionConsumer) Verifies that the job has a specific "retries" FEEL expression (see "Task definition" section), using a consumer function.JobHandler.verifyType(String expectedType) Verifies that the job is of the given type.JobHandler.verifyType(Consumer<String> typeConsumer) Verifies that the job is of the given type, using a consumer.JobHandler.verifyTypeExpression(Consumer<String> typeExpressionConsumer) Verifies that the job has a specific type FEEL expression (see "Task definition" section), using a consumer function.JobHandler.withVariable(String name, Object value) Sets a variable that is used to complete the job.JobHandler.withVariableMap(Map<String, Object> variableMap) Sets variables that are used to complete the job.JobHandler.withVariables(Object variables) Sets an object as variables that is used to complete the job.Methods in org.camunda.community.bpmndt.api with parameters of type JobHandlerModifier and TypeMethodDescriptionvoidTestCaseInstance.apply(long processInstanceKey, JobHandler handler) Method parameters in org.camunda.community.bpmndt.api with type arguments of type JobHandlerModifier and TypeMethodDescriptionJobHandler.customize(Consumer<JobHandler> customizer) Customizes the handler, using the givenConsumerfunction.