Package jenkins.plugins.jclouds.internal
Class JnlpProvisionWebHook
- java.lang.Object
-
- jenkins.plugins.jclouds.internal.JnlpProvisionWebHook
-
- All Implemented Interfaces:
ExtensionPoint
,Action
,ModelObject
,RootAction
,UnprotectedRootAction
@Extension public class JnlpProvisionWebHook extends Object implements UnprotectedRootAction
Receives phone home hook from slave.- Author:
- Fritz Elfert
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description JnlpProvisionWebHook()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doIndex(StaplerRequest req, StaplerResponse rsp)
Receives the webhook call.static JnlpProvisionWebHook
get()
String
getDisplayName()
String
getIconFileName()
String
getUrlName()
-
-
-
Field Detail
-
URLNAME
public static final String URLNAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
doIndex
public void doIndex(StaplerRequest req, StaplerResponse rsp)
Receives the webhook call.- Parameters:
req
- The stapler request.rsp
- The stapler response.
-
get
public static JnlpProvisionWebHook get()
-
-