Class ChatbotApiAction
java.lang.Object
io.jenkins.plugins.chatbot.ChatbotApiAction
- All Implemented Interfaces:
ExtensionPoint, Action, ModelObject, RootAction
-
Nested Class Summary
Nested classes/interfaces inherited from interface ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoDynamic(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) Intercepts all requests matching /chatbot-api/* and acts as a proxy.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RootAction
getBadge, isPrimaryAction
-
Constructor Details
-
ChatbotApiAction
public ChatbotApiAction()
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
doDynamic
-