Class GitLabSystemHookListener

java.lang.Object
io.jenkins.plugins.gitlabbranchsource.GitLabSystemHookListener
All Implemented Interfaces:
EventListener, org.gitlab4j.api.systemhooks.SystemHookListener

public class GitLabSystemHookListener extends Object implements org.gitlab4j.api.systemhooks.SystemHookListener
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onGroupEvent(org.gitlab4j.api.systemhooks.GroupSystemHookEvent groupSystemHookEvent)
     
    void
    onProjectEvent(org.gitlab4j.api.systemhooks.ProjectSystemHookEvent projectSystemHookEvent)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.gitlab4j.api.systemhooks.SystemHookListener

    onGroupMemberEvent, onKeyEvent, onMergeRequestEvent, onPushEvent, onRepositoryEvent, onTagPushEvent, onTeamMemberEvent, onUserEvent
  • Field Details

    • LOGGER

      public static final Logger LOGGER
  • Constructor Details

    • GitLabSystemHookListener

      public GitLabSystemHookListener(String origin)
  • Method Details

    • onProjectEvent

      public void onProjectEvent(org.gitlab4j.api.systemhooks.ProjectSystemHookEvent projectSystemHookEvent)
      Specified by:
      onProjectEvent in interface org.gitlab4j.api.systemhooks.SystemHookListener
    • onGroupEvent

      public void onGroupEvent(org.gitlab4j.api.systemhooks.GroupSystemHookEvent groupSystemHookEvent)
      Specified by:
      onGroupEvent in interface org.gitlab4j.api.systemhooks.SystemHookListener