Package apps.util.issuereporter
Interface GitHubRepository
-
- All Superinterfaces:
java.lang.Comparable<GitHubRepository>,JmriServiceProviderInterface
- All Known Implementing Classes:
JmriGitHubRepository
@API(status=EXPERIMENTAL) public interface GitHubRepository extends java.lang.Comparable<GitHubRepository>, JmriServiceProviderInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default intcompareTo(GitHubRepository o)java.lang.StringgetName()Get the repository name.java.lang.StringgetOwner()Get the repository owner.default java.lang.StringgetTitle()Get the title to display to a user.
-
-
-
Method Detail
-
compareTo
default int compareTo(GitHubRepository o)
- Specified by:
compareToin interfacejava.lang.Comparable<GitHubRepository>
-
-