Interface Processor

  • All Known Subinterfaces:
    PayloadProcessor, PullRequestProcessor

    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
    • Method Detail

      • init

        void init​(org.jboss.set.aphrodite.Aphrodite aphrodite)