org.jenkinsci.plugins.extremenotification
Class LoggingNotificationEndpoint
java.lang.Object
hudson.model.AbstractDescribableImpl<NotificationEndpoint>
org.jenkinsci.plugins.extremenotification.NotificationEndpoint
org.jenkinsci.plugins.extremenotification.LoggingNotificationEndpoint
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<NotificationEndpoint>
@Extension
public class LoggingNotificationEndpoint
- extends NotificationEndpoint
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class hudson.model.AbstractDescribableImpl |
getDescriptor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggingNotificationEndpoint
public LoggingNotificationEndpoint()
LoggingNotificationEndpoint
@DataBoundConstructor
public LoggingNotificationEndpoint(String loggerName,
String levelName)
getLoggerName
public String getLoggerName()
setLoggerName
public void setLoggerName(String logger)
getLevelName
public String getLevelName()
setLevelName
public void setLevelName(String levelName)
notify
public void notify(MyPlugin.Event event)
- Specified by:
notify in class NotificationEndpoint
notify
public void notify(MyPlugin.Event event,
NotificationEndpoint.EndpointEvent endpointEvent)
- Specified by:
notify in class NotificationEndpoint
Copyright © 2004-2015. All Rights Reserved.