Package apps.util.issuereporter
Interface GitHubRepository
- All Superinterfaces:
Comparable<GitHubRepository>,JmriServiceProviderInterface
- All Known Implementing Classes:
JmriGitHubRepository
@API(status=EXPERIMENTAL)
public interface GitHubRepository
extends Comparable<GitHubRepository>, JmriServiceProviderInterface
-
Method Summary
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<GitHubRepository>
-
getName
Get the repository name.- Returns:
- the name
-
getOwner
Get the repository owner.- Returns:
- the owner
-
getTitle
Get the title to display to a user. Override if this is not the same asgetName().- Returns:
- the title
-