Class GitHubTag

    • Constructor Detail

      • GitHubTag

        public GitHubTag​(org.kohsuke.github.GHTag ghTag)
      • GitHubTag

        public GitHubTag​(String name,
                         String commitSha,
                         org.kohsuke.github.GHRepository ghRepository)
    • Method Detail

      • getIconFileName

        public static String getIconFileName()
      • findRemoteTag

        public static org.kohsuke.github.GHTag findRemoteTag​(org.kohsuke.github.GHRepository repo,
                                                             String name)
                                                      throws IOException
        Throws:
        IOException
      • getAllTags

        public static List<org.kohsuke.github.GHTag> getAllTags​(org.kohsuke.github.GHRepository repo)
                                                         throws IOException
        Throws:
        IOException