Package apps.util.issuereporter
Class JmriGitHubRepository
- java.lang.Object
-
- apps.util.issuereporter.JmriGitHubRepository
-
- All Implemented Interfaces:
GitHubRepository
,java.lang.Comparable<GitHubRepository>
,JmriServiceProviderInterface
public class JmriGitHubRepository extends java.lang.Object implements GitHubRepository
-
-
Constructor Summary
Constructors Constructor Description JmriGitHubRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Get the repository name.java.lang.String
getOwner()
Get the repository owner.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface apps.util.issuereporter.GitHubRepository
compareTo, getTitle
-
-
-
-
Constructor Detail
-
JmriGitHubRepository
public JmriGitHubRepository()
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:GitHubRepository
Get the repository name.- Specified by:
getName
in interfaceGitHubRepository
- Returns:
- the name
-
getOwner
public java.lang.String getOwner()
Description copied from interface:GitHubRepository
Get the repository owner.- Specified by:
getOwner
in interfaceGitHubRepository
- Returns:
- the owner
-
-