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 int
compareTo(GitHubRepository o)
java.lang.String
getName()
Get the repository name.java.lang.String
getOwner()
Get the repository owner.default java.lang.String
getTitle()
Get the title to display to a user.
-
-
-
Method Detail
-
compareTo
default int compareTo(GitHubRepository o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<GitHubRepository>
-
-