Uses of Record Class
app.portaki.sdk.module.backend.run.ModuleRunStepResult
Packages that use ModuleRunStepResult
Package
Description
Orchestration locale des backends modules : contexte de run, pipeline d’étapes, rapport.
-
Uses of ModuleRunStepResult in app.portaki.sdk.module.backend.run
Methods in app.portaki.sdk.module.backend.run that return ModuleRunStepResultModifier and TypeMethodDescriptionstatic ModuleRunStepResultstatic ModuleRunStepResultModuleRunStep.run(ModuleRunContext ctx, C carry) Exécute l’étape.Methods in app.portaki.sdk.module.backend.run that return types with arguments of type ModuleRunStepResultModifier and TypeMethodDescriptionModuleRunReport.stepResults()Returns the value of thestepResultsrecord component.Methods in app.portaki.sdk.module.backend.run with parameters of type ModuleRunStepResultModifier and TypeMethodDescriptiondefault voidModuleRunListener.onStepFinished(ModuleRunContext ctx, String stepId, ModuleRunStepResult result) Constructor parameters in app.portaki.sdk.module.backend.run with type arguments of type ModuleRunStepResultModifierConstructorDescriptionModuleRunReport(ModuleRunContext context, List<ModuleRunStepResult> stepResults) Creates an instance of aModuleRunReportrecord class.