org.kohsuke.github
Class GHEventPayload.PullRequest
java.lang.Object
org.kohsuke.github.GHEventPayload
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GHEventPayload.PullRequest
public GHEventPayload.PullRequest()
getAction
public String getAction()
getNumber
public int getNumber()
getPullRequest
public GHPullRequest getPullRequest()
getRepository
public GHRepository getRepository()
Copyright © 2014. All rights reserved.