107108109110111112113114115116117
case PULLREQUEST: return new PullRequestConsumer(this, processor); case PULLREQUESTCOMMENT: return new PullRequestCommentConsumer(this, processor); case TAG: return new TagConsumer(this, processor); default: break; } }