Package qupath.lib.gui.extensions
Interface GitHubProject
public interface GitHubProject
Helper class to represent a project hosted on GitHub.
 May be used in combination with 
UpdateChecker to query new releases.- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classHelper class to represent a GitHub repository.
- 
Method SummaryModifier and TypeMethodDescriptionGet the GitHub repository associated with the project.
- 
Method Details- 
getRepositoryGitHubProject.GitHubRepo getRepository()Get the GitHub repository associated with the project.- Returns:
 
 
-