public class NotificationConfig extends Object implements hudson.model.Describable<NotificationConfig>
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationConfig.DescriptorImpl |
| Constructor and Description |
|---|
NotificationConfig(boolean notifyEnabled,
boolean textFormat,
NotificationType notificationType,
Color color,
String messageTemplate) |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor() |
hudson.model.Descriptor<NotificationConfig> |
getDescriptor() |
String |
getMessageTemplate() |
NotificationType |
getNotificationType() |
boolean |
isNotifyEnabled() |
boolean |
isTextFormat() |
String |
toString() |
@DataBoundConstructor
public NotificationConfig(boolean notifyEnabled,
boolean textFormat,
NotificationType notificationType,
Color color,
String messageTemplate)
public boolean isNotifyEnabled()
public NotificationType getNotificationType()
public boolean isTextFormat()
public Color getColor()
public String getMessageTemplate()
public hudson.model.Descriptor<NotificationConfig> getDescriptor()
getDescriptor in interface hudson.model.Describable<NotificationConfig>Copyright © 2016. All rights reserved.