Class EmailNotificationSettings
- java.lang.Object
-
- com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
-
- com.xebialabs.xlrelease.domain.BaseConfiguration
-
- com.xebialabs.xlrelease.notifications.configuration.EmailNotificationSettings
-
- All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem,java.io.Serializable,java.lang.Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>
@Metadata(root=CONFIGURATION, versioned=false) public class EmailNotificationSettings extends com.xebialabs.xlrelease.domain.BaseConfiguration- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringGLOBAL_EMAIL_NOTIFICATION_SETTINGS_ID
-
Constructor Summary
Constructors Constructor Description EmailNotificationSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetCardinality()java.util.List<NotificationTriggerSettings>getNotificationTriggerSettings()NotificationTriggerSettingsgetNotificationTriggerSettings(java.lang.String notificationTriggerName)booleanhasNotificationTriggerSettings(java.lang.String notificationTriggerName)voidremoveNotificationTriggerSettings(java.lang.String notificationTriggerName)voidsetNotificationTriggerSettings(NotificationTriggerSettings notificationTriggerSettings)voidsetNotificationTriggerSettings(java.util.List<NotificationTriggerSettings> notificationTriggerSettings)-
Methods inherited from class com.xebialabs.xlrelease.domain.BaseConfiguration
getFolderId, getTitle, hasId, setFolderId, setTitle
-
Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
compareTo, equals, get$ciAttributes, get$directoryReference, get$externalProperties, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$directoryReference, set$externalProperties, set$internalId, set$referenceId, set$securedCi, set$securedDirectoryReference, set$token, set$validationMessages, setId, setProperty, setType, toString
-
-
-
-
Field Detail
-
GLOBAL_EMAIL_NOTIFICATION_SETTINGS_ID
public static final java.lang.String GLOBAL_EMAIL_NOTIFICATION_SETTINGS_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCardinality
public java.lang.Integer getCardinality()
-
hasNotificationTriggerSettings
public boolean hasNotificationTriggerSettings(java.lang.String notificationTriggerName)
-
removeNotificationTriggerSettings
public void removeNotificationTriggerSettings(java.lang.String notificationTriggerName)
-
getNotificationTriggerSettings
public NotificationTriggerSettings getNotificationTriggerSettings(java.lang.String notificationTriggerName)
-
getNotificationTriggerSettings
public java.util.List<NotificationTriggerSettings> getNotificationTriggerSettings()
-
setNotificationTriggerSettings
public void setNotificationTriggerSettings(java.util.List<NotificationTriggerSettings> notificationTriggerSettings)
-
setNotificationTriggerSettings
public void setNotificationTriggerSettings(NotificationTriggerSettings notificationTriggerSettings)
-
-