Class GitHubBranchCommitEvent

  • All Implemented Interfaces:
    ExtensionPoint, Describable<GitHubBranchEvent>

    public class GitHubBranchCommitEvent
    extends GitHubBranchEvent
    This branch event acts as a wrapper around checks that can be performed against commit data that requires an additional round trip to GitHub to retrieve.

    Commit data is retrieved and then passed to each implementing instance of GitHubBranchCommitCheck to determine information about the commit should trigger a build.

    Author:
    Kanstantsin Shautsou, Jae Gangemi