Package jenkins.plugins.jclouds.internal
Class JnlpProvisionWebHook
java.lang.Object
jenkins.plugins.jclouds.internal.JnlpProvisionWebHook
- 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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doIndex
(StaplerRequest req, StaplerResponse rsp) Receives the webhook call.static JnlpProvisionWebHook
get()
-
Field Details
-
URLNAME
- See Also:
-
-
Constructor Details
-
JnlpProvisionWebHook
public JnlpProvisionWebHook()
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
doIndex
Receives the webhook call.- Parameters:
req
- The stapler request.rsp
- The stapler response.
-
get
-