public class ExtremeNotificationPlugin
extends hudson.Plugin
Modifier and Type | Class and Description |
---|---|
static class |
ExtremeNotificationPlugin.Event |
Constructor and Description |
---|
ExtremeNotificationPlugin() |
Modifier and Type | Method and Description |
---|---|
void |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.DescribableList<NotificationEndpoint,hudson.model.Descriptor<NotificationEndpoint>> |
getEndpoints() |
static void |
init() |
static void |
notify(ExtremeNotificationPlugin.Event event) |
void |
start() |
public static void notify(ExtremeNotificationPlugin.Event event)
@Initializer(after=PLUGINS_STARTED) public static void init()
public void start() throws Exception
start
in class hudson.Plugin
Exception
public hudson.util.DescribableList<NotificationEndpoint,hudson.model.Descriptor<NotificationEndpoint>> getEndpoints()
public void configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws IOException, javax.servlet.ServletException, hudson.model.Descriptor.FormException
configure
in class hudson.Plugin
IOException
javax.servlet.ServletException
hudson.model.Descriptor.FormException
Copyright © 2016–2019. All rights reserved.