Class GitLabSystemHookListener

  • All Implemented Interfaces:
    EventListener, org.gitlab4j.api.systemhooks.SystemHookListener

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

      • LOGGER

        public static final Logger LOGGER
    • Constructor Detail

      • GitLabSystemHookListener

        public GitLabSystemHookListener​(String origin)
    • Method Detail

      • 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