Class JobFailureNotifier
java.lang.Object
com.bluebell.greenhouse.radicle.services.job.JobFailureNotifier
Notifies operators once an attempt has exhausted its retries.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyDeadJob(Job job, ActionExecution failedExecution) Sends the failure notification for a dead attempt.
-
Constructor Details
-
JobFailureNotifier
public JobFailureNotifier()
-
-
Method Details
-
notifyDeadJob
Sends the failure notification for a dead attempt. Delivery is best effort: a mail failure must not roll back the lifecycle transaction that recorded the failure in the first place.- Parameters:
job- deadJobattemptfailedExecution- failedActionExecution, when one was recorded
-