Package ubic.gemma.core.job.notification
Class EmailNotificationContext
- java.lang.Object
-
- ubic.gemma.core.job.notification.EmailNotificationContext
-
public class EmailNotificationContext extends Object
author: anton date: 10/02/13
-
-
Constructor Summary
Constructors Constructor Description EmailNotificationContext(String taskId, String submitter, String taskName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSubmitter()
String
getTaskId()
String
getTaskName()
-