Class GHEventPayload.Issue

java.lang.Object
org.kohsuke.github.GHEventPayload
org.kohsuke.github.GHEventPayload.Issue
Enclosing class:
GHEventPayload

public static class GHEventPayload.Issue extends GHEventPayload
A Issue has been assigned, unassigned, labeled, unlabeled, opened, edited, milestoned, demilestoned, closed, or reopened.
See Also:
  • Constructor Details

    • Issue

      public Issue()
  • Method Details

    • getIssue

      public GHIssue getIssue()
      Gets issue.
      Returns:
      the issue
    • setIssue

      @Deprecated public void setIssue(GHIssue issue)
      Deprecated.
      Do not use this method. It was added due to incomplete understanding of Jackson binding.
      Sets issue.
      Parameters:
      issue - the issue
    • getLabel

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

      public GHIssueChanges 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