Package com.gitee.jenkins.webhook
Class GiteeWebHook
- java.lang.Object
-
- com.gitee.jenkins.webhook.GiteeWebHook
-
- All Implemented Interfaces:
ExtensionPoint
,Action
,ModelObject
,RootAction
,UnprotectedRootAction
@Extension public class GiteeWebHook extends Object implements UnprotectedRootAction
- Author:
- Daniel Brooks, Yashin Luo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GiteeWebHook.GiteeWebHookCrumbExclusion
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
Fields Modifier and Type Field Description static String
WEBHOOK_URL
-
Constructor Summary
Constructors Constructor Description GiteeWebHook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
void
getDynamic(String projectName, org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
String
getIconFileName()
String
getUrlName()
-
-
-
Field Detail
-
WEBHOOK_URL
public static final String WEBHOOK_URL
- 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
-
getDynamic
public void getDynamic(String projectName, org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
-
-