java.lang.Object
com.github.kostyasha.github.integration.branch.GitHubBranch
com.github.kostyasha.github.integration.tag.GitHubTag

public class GitHubTag extends GitHubBranch
Store local information about tag.
Author:
Kanstantsin Shautsou
See Also:
  • Constructor Details

    • GitHubTag

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

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

    • 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