Class GHEventPayload.ProjectsV2Item

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

public static class GHEventPayload.ProjectsV2Item extends GHEventPayload
A project v2 item was archived, converted, created, edited, restored, deleted, or reordered.
See Also:
  • Constructor Details

    • ProjectsV2Item

      public ProjectsV2Item()
  • Method Details

    • getProjectsV2Item

      public GHProjectsV2Item getProjectsV2Item()
      Gets the projects V 2 item.
      Returns:
      the projects V 2 item
    • getChanges

      public GHProjectsV2ItemChanges getChanges()
      Gets the changes.
      Returns:
      the 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