Class GHEventPayload.PullRequest

    • Constructor Detail

      • PullRequest

        public PullRequest()
    • Method Detail

      • getNumber

        public int getNumber()
        Gets number.
        Returns:
        the number
      • getPullRequest

        public GHPullRequest getPullRequest()
        Gets pull request.
        Returns:
        the pull request
      • getLabel

        public GHLabel getLabel()
        Gets the added or removed label for labeled/unlabeled events.
        Returns:
        label the added or removed label
      • getChanges

        public GHPullRequestChanges getChanges()
        Get changes (for action="edited").
        Returns:
        changes
      • getRoot

        @Deprecated
        public GitHub getRoot()
        Deprecated.
        For access to the GitHub instance, use a local copy instead of pulling it out of objects.
        Get the root GitHub instance for this object.
        Returns:
        the root GitHub instance