org.kohsuke.github
Class GHEventPayload.PullRequest

java.lang.Object
  extended by org.kohsuke.github.GHEventPayload
      extended by org.kohsuke.github.GHEventPayload.PullRequest
Enclosing class:
GHEventPayload

public static class GHEventPayload.PullRequest
extends GHEventPayload

A pull request status has changed.

See Also:
authoritative source

Nested Class Summary
 
Nested classes/interfaces inherited from class org.kohsuke.github.GHEventPayload
GHEventPayload.IssueComment, GHEventPayload.PullRequest, GHEventPayload.Push
 
Field Summary
 
Fields inherited from class org.kohsuke.github.GHEventPayload
root
 
Constructor Summary
GHEventPayload.PullRequest()
           
 
Method Summary
 String getAction()
           
 int getNumber()
           
 GHPullRequest getPullRequest()
           
 GHRepository getRepository()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHEventPayload.PullRequest

public GHEventPayload.PullRequest()
Method Detail

getAction

public String getAction()

getNumber

public int getNumber()

getPullRequest

public GHPullRequest getPullRequest()

getRepository

public GHRepository getRepository()


Copyright © 2014. All rights reserved.