@Extension public class PhoneHomeWebHook extends Object implements UnprotectedRootAction
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
PhoneHomeWebHook() |
Modifier and Type | Method and Description |
---|---|
void |
doIndex(StaplerRequest req,
StaplerResponse rsp)
Receives the webhook call.
|
static PhoneHomeWebHook |
get() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
public static final String URLNAME
public String getIconFileName()
getIconFileName
in interface Action
public String getDisplayName()
getDisplayName
in interface Action
getDisplayName
in interface ModelObject
public String getUrlName()
getUrlName
in interface Action
public void doIndex(StaplerRequest req, StaplerResponse rsp)
req
- The stapler request.rsp
- The stapler response.public static PhoneHomeWebHook get()
Copyright © 2016–2021. All rights reserved.