Package jenkins.plugins.jclouds.internal
Class PhoneHomeWebHook
java.lang.Object
jenkins.plugins.jclouds.internal.PhoneHomeWebHook
- All Implemented Interfaces:
ExtensionPoint,Action,ModelObject,RootAction,UnprotectedRootAction
Receives phone home hook from slave.
- Author:
- Fritz Elfert
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoIndex(StaplerRequest2 req, StaplerResponse2 rsp) Receives the webhook call.static PhoneHomeWebHookget()
-
Field Details
-
URLNAME
- See Also:
-
-
Constructor Details
-
PhoneHomeWebHook
public PhoneHomeWebHook()
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
doIndex
Receives the webhook call.- Parameters:
req- The stapler request.rsp- The stapler response.
-
get
-