Class SonarQubeWebHookCrumbExclusion

java.lang.Object
hudson.security.csrf.CrumbExclusion
org.sonarsource.scanner.jenkins.pipeline.SonarQubeWebHookCrumbExclusion
All Implemented Interfaces:
ExtensionPoint

@Extension public class SonarQubeWebHookCrumbExclusion extends CrumbExclusion
  • Constructor Details

    • SonarQubeWebHookCrumbExclusion

      public SonarQubeWebHookCrumbExclusion()
  • Method Details

    • process

      public boolean process(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException
      Specified by:
      process in class CrumbExclusion
      Throws:
      IOException
      javax.servlet.ServletException
    • getExclusionPath

      public String getExclusionPath()