Interface Processor

  • All Known Implementing Classes:
    AbstractProcessor, OpenPRProcessor

    public interface Processor
    Pull request processor derived from Jason's pull-player. It checks all the open PRs whether they are merge-able and schedule a merge job on Hudson for them. A merge-able PR must be approved by a comment "review ok" and must comply to org.jboss.pull.shared.PullHelper#isMergeable(). It also checks the status of the latest merge job run on Hudson and post comments on github accordingly, etc.
    Author:
    Ivo Studensky, Jason T. Greene