Class NotificationHelper
- java.lang.Object
-
- org.gcube.dataanalysis.dataminer.poolmanager.util.NotificationHelper
-
- Direct Known Subclasses:
NotificationHelperProduction,NotificationHelperStaging
public abstract class NotificationHelper extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNotificationHelper(String subjectHeader)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgetFailedBody(String message)StringgetFailedSubject()static StringgetSuccessBody(String info)StringgetSuccessSubject()
-
-
-
Constructor Detail
-
NotificationHelper
protected NotificationHelper(String subjectHeader)
-
-