java.lang.Object
org.kohsuke.github.GHStargazer
A stargazer at a repository on GitHub.
- Author:
- noctarius
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the repository that is stargazed.Gets the date when the repository was starred, however old stars before August 2012, will all show the date the API was changed to support starred_at.getUser()
Gets the user that starred the repository.
-
Constructor Details
-
GHStargazer
public GHStargazer()Create default GHStargazer instance
-
-
Method Details
-
getRepository
Gets the repository that is stargazed.- Returns:
- the starred repository
-
getStarredAt
Gets the date when the repository was starred, however old stars before August 2012, will all show the date the API was changed to support starred_at.- Returns:
- the date the stargazer was added
-
getUser
Gets the user that starred the repository.- Returns:
- the stargazer user
-