Uses of Enum Class
io.camunda.spring.client.test.util.JobWorkerPermutationsGenerator.Parameter
Packages that use JobWorkerPermutationsGenerator.Parameter
-
Uses of JobWorkerPermutationsGenerator.Parameter in io.camunda.spring.client.test.util
Methods in io.camunda.spring.client.test.util that return JobWorkerPermutationsGenerator.ParameterModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.JobWorkerPermutationsGenerator.Parameter.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.spring.client.test.util that return types with arguments of type JobWorkerPermutationsGenerator.ParameterModifier and TypeMethodDescriptionJobWorkerPermutationsGenerator.TestDimension.parameters()Returns the value of theparametersrecord component.Constructor parameters in io.camunda.spring.client.test.util with type arguments of type JobWorkerPermutationsGenerator.ParameterModifierConstructorDescriptionTestDimension(JobWorkerPermutationsGenerator.AutoComplete autoComplete, JobWorkerPermutationsGenerator.Response response, List<JobWorkerPermutationsGenerator.Parameter> parameters) Creates an instance of aTestDimensionrecord class.