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 String
getMessage()
String
getSubject()
String
getTo()
void
setMessage(String message)
void
setSubject(String subject)
void
setTo(String to)
-