Class GitLabWebHookAction

java.lang.Object
hudson.security.csrf.CrumbExclusion
io.jenkins.plugins.gitlabbranchsource.GitLabWebHookAction
All Implemented Interfaces:
ExtensionPoint, Action, ModelObject, RootAction, UnprotectedRootAction

@Extension public final class GitLabWebHookAction extends CrumbExclusion implements UnprotectedRootAction
  • Field Details

    • LOGGER

      public static final Logger LOGGER
  • Constructor Details

    • GitLabWebHookAction

      public GitLabWebHookAction()
  • Method Details

    • getIconFileName

      public String getIconFileName()
      Specified by:
      getIconFileName in interface Action
    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in interface Action
      Specified by:
      getDisplayName in interface ModelObject
    • getUrlName

      public String getUrlName()
      Specified by:
      getUrlName in interface Action
    • 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
    • doPost

      public org.kohsuke.stapler.HttpResponse doPost(org.kohsuke.stapler.StaplerRequest request) throws IOException, org.gitlab4j.api.GitLabApiException
      Throws:
      IOException
      org.gitlab4j.api.GitLabApiException