Class ActionExecutionReporterFactory
java.lang.Object
com.bluebell.greenhouse.radicle.services.action.ActionExecutionReporterFactory
Creates persistence-backed reporters without exposing repositories to action handlers.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a reporter scoped to one execution and job attempt.
-
Constructor Details
-
ActionExecutionReporterFactory
public ActionExecutionReporterFactory()
-
-
Method Details
-
create
Creates a reporter scoped to one execution and job attempt.- Parameters:
executionId- public action execution identifierjobId- public job identifier- Returns:
- scoped reporter
-