Module org.kohsuke.github.api
Package org.kohsuke.github
Class GHEventPayload.Installation.Repository
java.lang.Object
org.kohsuke.github.GHEventPayload.Installation.Repository
- Enclosing class:
- GHEventPayload.Installation
A special minimal implementation of a
GHRepository
which contains only fields from "Properties of
repositories" from here-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Repository
public Repository()Create default Repository instance
-
-
Method Details
-
getId
public long getId()Get the id.- Returns:
- the id
-
getFullName
Gets the full name.- Returns:
- the full name
-
getName
Gets the name.- Returns:
- the name
-
getNodeId
Gets the node id.- Returns:
- the node id
-
isPrivate
public boolean isPrivate()Gets the repository private flag.- Returns:
- whether the repository is private
-