Uses of Annotation Interface
jenkins.security.stapler.StaplerNotDispatchable
Packages that use StaplerNotDispatchable
Package
Description
Beef up the plain text console output by adding HTML markup.
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Jenkins's interface with source code management systems.
QuickSilver-like search/jump capability for better navigation around Jenkins.
Security-related code.
Other miscellaneous utility code
-
Uses of StaplerNotDispatchable in hudson
Methods in hudson with annotations of type StaplerNotDispatchableModifier and TypeMethodDescriptionvoid
Plugin.doDynamic
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.org.kohsuke.stapler.HttpResponse
PluginManager.doUploadPlugin
(org.kohsuke.stapler.StaplerRequest req) Deprecated. -
Uses of StaplerNotDispatchable in hudson.console
Methods in hudson.console with annotations of type StaplerNotDispatchableModifier and TypeMethodDescriptionvoid
AnnotatedLargeText.doProgressiveHtml
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) -
Uses of StaplerNotDispatchable in hudson.model
Methods in hudson.model with annotations of type StaplerNotDispatchableModifier and TypeMethodDescriptionJob.doChildrenContextMenu
(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) Deprecated.void
AbstractItem.doConfigDotXml
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.org.kohsuke.stapler.HttpResponse
View.doConfigDotXml
(org.kohsuke.stapler.StaplerRequest req) Deprecated.org.kohsuke.stapler.HttpResponse
UpdateCenter.doConnectionStatus
(org.kohsuke.stapler.StaplerRequest request) Deprecated.void
Run.doConsoleText
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.Actionable.doContextMenu
(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) Deprecated.default T
ModifiableItemGroup.doCreateItem
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) View.doCreateItem
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.void
AbstractItem.doDoDelete
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.void
Run.doDoDelete
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.void
Descriptor.doHelp
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.void
Api.doJson
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.void
Api.doPython
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.void
AbstractItem.doSubmitDescription
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) void
View.doSubmitDescription
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.default T
ReconfigurableDescribable.reconfigure
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) When a parent/owner object of a Describable gets a config form submission and instances are recreated, this method is invoked on the existing instance (meaning the 'this' reference points to the existing instance) to create a new instance to be added to the parent/owner object.default T
ReconfigurableDescribable.reconfigure
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) -
Uses of StaplerNotDispatchable in hudson.scm
Methods in hudson.scm with annotations of type StaplerNotDispatchableModifier and TypeMethodDescriptionvoid
AbstractScmTagAction.doIndex
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated. -
Uses of StaplerNotDispatchable in hudson.search
Methods in hudson.search with annotations of type StaplerNotDispatchableModifier and TypeMethodDescriptionvoid
Search.doIndex
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated. -
Uses of StaplerNotDispatchable in hudson.security
Methods in hudson.security with annotations of type StaplerNotDispatchableModifier and TypeMethodDescriptionvoid
SecurityRealm.doLogout
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated. -
Uses of StaplerNotDispatchable in hudson.util
Methods in hudson.util with annotations of type StaplerNotDispatchable -
Uses of StaplerNotDispatchable in jenkins.model
Methods in jenkins.model with annotations of type StaplerNotDispatchableModifier and TypeMethodDescriptiondefault void
ParameterizedJobMixIn.ParameterizedJob.doBuild
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, TimeDuration delay) default void
ParameterizedJobMixIn.ParameterizedJob.doBuildWithParameters
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, TimeDuration delay) ModelObjectWithChildren.doChildrenContextMenu
(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) ModelObjectWithContextMenu.doContextMenu
(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) void
Jenkins.doLogout
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.org.kohsuke.stapler.HttpResponse
Jenkins.doSafeExit
(org.kohsuke.stapler.StaplerRequest req) Deprecated.org.kohsuke.stapler.HttpResponse
Jenkins.doSafeRestart
(org.kohsuke.stapler.StaplerRequest req, String message) Deprecated.void
Jenkins.doScript
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.void
Jenkins.doScriptText
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated. -
Uses of StaplerNotDispatchable in jenkins.security
Methods in jenkins.security with annotations of type StaplerNotDispatchableModifier and TypeMethodDescriptiondefault boolean
Checks if a Jenkins object can be accessed by a given REST request.default boolean
Deprecated.
Plugin.doDynamic(StaplerRequest2, StaplerResponse2)