org.jenkinsci.plugins.extremenotification
Class WebHookNotificationEndpoint
java.lang.Object
hudson.model.AbstractDescribableImpl<NotificationEndpoint>
org.jenkinsci.plugins.extremenotification.NotificationEndpoint
org.jenkinsci.plugins.extremenotification.WebHookNotificationEndpoint
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<NotificationEndpoint>
@Extension
public class WebHookNotificationEndpoint
- 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 |
WebHookNotificationEndpoint
public WebHookNotificationEndpoint()
WebHookNotificationEndpoint
@DataBoundConstructor
public WebHookNotificationEndpoint(String url,
long timeout)
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
getTimeout
public long getTimeout()
setTimeout
public void setTimeout(long timeout)
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.