Class GitHubBuildStatusNotification.JobScheduledListener

java.lang.Object
hudson.model.queue.QueueListener
org.jenkinsci.plugins.github_branch_source.GitHubBuildStatusNotification.JobScheduledListener
All Implemented Interfaces:
ExtensionPoint
Enclosing class:
GitHubBuildStatusNotification

@Extension public static class GitHubBuildStatusNotification.JobScheduledListener extends QueueListener
With this listener one notifies to GitHub when a Job has been scheduled.

Sends: GHCommitState.PENDING

  • Constructor Details

    • JobScheduledListener

      public JobScheduledListener()
  • Method Details