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 Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Helper class to represent a GitHub repository.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the GitHub repository associated with the project.
  • Method Details

    • getRepository

      GitHubProject.GitHubRepo getRepository()
      Get the GitHub repository associated with the project.
      Returns: