Class EmailMessage
- java.lang.Object
-
- step.plugins.notification.message.email.EmailMessage
-
- All Implemented Interfaces:
NotificationMessage
public class EmailMessage extends Object implements NotificationMessage
-
-
Constructor Summary
Constructors Constructor Description EmailMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()StringgetSubject()StringgetTo()voidsetMessage(String message)voidsetSubject(String subject)voidsetTo(String to)
-