Class NotificationSettings
java.lang.Object
com.polarion.psvn.core.notifications.NotificationSettings
Polarion global notification settings (smtp host, sender email address, subject prefix)
- Author:
- Polarion, Polarion Software
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
NotificationSettings
public NotificationSettings() -
NotificationSettings
-
-
Method Details
-
getSender
- Returns:
- sender-address or empty string if not such set
-
getSMTPHost
- Returns:
- SMTP host name or null, if not such set
-
getSubjectPrefix
- Returns:
- subject prefix or empty string if not such set
-