Class CrumbIssuer.RestrictedApi

java.lang.Object
hudson.model.AbstractModelObject
hudson.model.Api
hudson.security.csrf.CrumbIssuer.RestrictedApi
All Implemented Interfaces:
ModelObject, SearchableModelObject, SearchItem
Enclosing class:
CrumbIssuer

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static class CrumbIssuer.RestrictedApi extends Api
  • Method Details

    • doXml

      public void doXml(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, @QueryParameter String xpath, @QueryParameter String wrapper, @QueryParameter String tree, @QueryParameter int depth) throws IOException, javax.servlet.ServletException
      Description copied from class: Api
      Exposes the bean as XML.
      Overrides:
      doXml in class Api
      Throws:
      IOException
      javax.servlet.ServletException