Class JobOperatorService
java.lang.Object
com.bluebell.greenhouse.radicle.services.job.JobOperatorService
Read model and conversion service for the durable operator experience.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionResolves complete bounded detail by stable public UUID.events(String executionId, ActionEventSeverity severity, int page, int pageSize) Returns a bounded page of stable action events.submission(JobSubmission submission) Converts an internal submission into its API representation.Converts a job page into bounded summaries without actions, output, logs, or events.
-
Constructor Details
-
JobOperatorService
public JobOperatorService()
-
-
Method Details
-
summaries
Converts a job page into bounded summaries without actions, output, logs, or events.- Parameters:
jobs- job page- Returns:
- concrete summary page
-
detail
Resolves complete bounded detail by stable public UUID.- Parameters:
jobId- public job identifier- Returns:
- attempt detail
-
events
public PaginatedActionEventDTO events(String executionId, ActionEventSeverity severity, int page, int pageSize) Returns a bounded page of stable action events.- Parameters:
executionId- public execution identifierseverity- optional severity filterpage- page numberpageSize- page size- Returns:
- concrete event page
-
submission
Converts an internal submission into its API representation.- Parameters:
submission- internal submission- Returns:
- API response
-