Class CrumbIssuer.RestrictedApi

    • Method Detail

      • 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