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 TypeMethodDescriptionvoidPlugin.doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.org.kohsuke.stapler.HttpResponsePluginManager.doUploadPlugin(org.kohsuke.stapler.StaplerRequest req) Deprecated. -
Uses of StaplerNotDispatchable in hudson.console
Methods in hudson.console with annotations of type StaplerNotDispatchableModifier and TypeMethodDescriptionvoidAnnotatedLargeText.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.voidAbstractItem.doConfigDotXml(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.org.kohsuke.stapler.HttpResponseView.doConfigDotXml(org.kohsuke.stapler.StaplerRequest req) Deprecated.org.kohsuke.stapler.HttpResponseUpdateCenter.doConnectionStatus(org.kohsuke.stapler.StaplerRequest request) Deprecated.voidRun.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 TModifiableItemGroup.doCreateItem(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) View.doCreateItem(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.voidAbstractItem.doDoDelete(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.voidRun.doDoDelete(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.voidDescriptor.doHelp(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.voidApi.doJson(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.voidApi.doPython(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.voidAbstractItem.doSubmitDescription(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) voidView.doSubmitDescription(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.default TReconfigurableDescribable.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 TReconfigurableDescribable.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 TypeMethodDescriptionvoidAbstractScmTagAction.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 TypeMethodDescriptionvoidSearch.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 TypeMethodDescriptionvoidSecurityRealm.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 voidParameterizedJobMixIn.ParameterizedJob.doBuild(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, TimeDuration delay) default voidParameterizedJobMixIn.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) voidJenkins.doLogout(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.org.kohsuke.stapler.HttpResponseJenkins.doSafeExit(org.kohsuke.stapler.StaplerRequest req) Deprecated.org.kohsuke.stapler.HttpResponseJenkins.doSafeRestart(org.kohsuke.stapler.StaplerRequest req, String message) Deprecated.voidJenkins.doScript(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.voidJenkins.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 booleanChecks if a Jenkins object can be accessed by a given REST request.default booleanDeprecated.
Plugin.doDynamic(StaplerRequest2, StaplerResponse2)