Class GitHubRepository
java.lang.Object
com.mooltiverse.oss.nyx.services.github.GitHubRepository
- All Implemented Interfaces:
GitHostedRepository
A Git repository hosted on GitHub.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the repository default branch.Returns the repository description.Returns the repository full name.Returns the repository HTTP URL.getID()Returns the ID for the entity on this service.getName()Returns the repository name.Returns the repository SSH URL.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mooltiverse.oss.nyx.services.GitHostedRepository
getID
-
Method Details
-
getDefaultBranch
Returns the repository default branch.- Specified by:
getDefaultBranchin interfaceGitHostedRepository- Returns:
- the repository default branch.
-
getDescription
Returns the repository description.- Specified by:
getDescriptionin interfaceGitHostedRepository- Returns:
- the repository description.
-
getFullName
Returns the repository full name.- Specified by:
getFullNamein interfaceGitHostedRepository- Returns:
- the repository full name.
-
getHTTPURL
Returns the repository HTTP URL.- Specified by:
getHTTPURLin interfaceGitHostedRepository- Returns:
- the repository HTTP URL.
-
getSSHURL
Returns the repository SSH URL.- Specified by:
getSSHURLin interfaceGitHostedRepository- Returns:
- the repository SSH URL.
-
getName
Returns the repository name.- Specified by:
getNamein interfaceGitHostedRepository- Returns:
- the repository name.
-
getID
Returns the ID for the entity on this service.- Returns:
- the ID for the entity on this service.
-