Uses of Class
org.tkit.rhpam.quarkus.messaging.model.ProcessStepExecutionResult.Builder
-
Packages that use ProcessStepExecutionResult.Builder Package Description org.tkit.rhpam.quarkus.messaging.model -
-
Uses of ProcessStepExecutionResult.Builder in org.tkit.rhpam.quarkus.messaging.model
Methods in org.tkit.rhpam.quarkus.messaging.model that return ProcessStepExecutionResult.Builder Modifier and Type Method Description ProcessStepExecutionResult.BuilderProcessStepExecutionResult.Builder. addParameter(String key, Object value)Add parameter builder.static ProcessStepExecutionResult.BuilderProcessStepExecutionResult. builder()Builder builder.ProcessStepExecutionResult.BuilderProcessStepExecutionResult.Builder. status(ResolutionStatus resolutionStatus)Status builder.ProcessStepExecutionResult.BuilderProcessStepExecutionResult.Builder. withParameters(Map<String,Object> parameters)With parameters builder.
-