Class AbstractGHBranchSubscriber

    • Field Detail

      • EVENTS

        public static final Set<org.kohsuke.github.GHEvent> EVENTS
    • Constructor Detail

      • AbstractGHBranchSubscriber

        public AbstractGHBranchSubscriber()
    • Method Detail

      • events

        protected Set<org.kohsuke.github.GHEvent> events()
        Specified by:
        events in class org.jenkinsci.plugins.github.extension.GHEventsSubscriber
      • fromJson

        protected BranchInfo fromJson​(net.sf.json.JSONObject json)
      • fromJson

        protected BranchInfo fromJson​(net.sf.json.JSONObject json,
                                      boolean tagsAware)