Class GitHubTag
java.lang.Object
com.github.kostyasha.github.integration.branch.GitHubBranch
com.github.kostyasha.github.integration.tag.GitHubTag
Store local information about tag.
- Author:
- Kanstantsin Shautsou
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.kohsuke.github.GHTag
findRemoteTag
(org.kohsuke.github.GHRepository repo, String name) static List<org.kohsuke.github.GHTag>
getAllTags
(org.kohsuke.github.GHRepository repo) static String
Methods inherited from class com.github.kostyasha.github.integration.branch.GitHubBranch
getCommitSha, getHtmlUrl, getName, setCommitSha, setHtmlUrl, setName
-
Constructor Details
-
GitHubTag
public GitHubTag(org.kohsuke.github.GHTag ghTag) -
GitHubTag
-
-
Method Details
-
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
-