Class GitHubPRBuildListener

java.lang.Object
hudson.model.listeners.RunListener<Run<?,?>>
org.jenkinsci.plugins.github.pullrequest.GitHubPRBuildListener
All Implemented Interfaces:
ExtensionPoint

@Extension public class GitHubPRBuildListener extends RunListener<Run<?,?>>
Sets Pending build status before build run and manipulates Git's BuildData attached to job Action.
Author:
Kanstantsin Shautsou
  • Constructor Details

    • GitHubPRBuildListener

      public GitHubPRBuildListener()
  • Method Details