Class GHEventPayload.Installation.Repository

java.lang.Object
org.kohsuke.github.GHEventPayload.Installation.Repository
Enclosing class:
GHEventPayload.Installation

public static class GHEventPayload.Installation.Repository extends Object
A special minimal implementation of a GHRepository which contains only fields from "Properties of repositories" from here
  • Constructor Details

    • Repository

      public Repository()
  • Method Details

    • getId

      public long getId()
      Get the id.
      Returns:
      the id
    • getFullName

      public String getFullName()
      Gets the full name.
      Returns:
      the full name
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • getNodeId

      public String getNodeId()
      Gets the node id.
      Returns:
      the node id
    • isPrivate

      public boolean isPrivate()
      Gets the repository private flag.
      Returns:
      whether the repository is private