public class GitHelper extends Object
| Constructor and Description |
|---|
GitHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasLocalTag(org.eclipse.jgit.api.Git repo,
String tagToCheck) |
static org.eclipse.jgit.lib.Ref |
refStartingWith(org.eclipse.jgit.api.Git repo,
String tagPrefix) |
static String |
scmUrlToRemote(String scmUrl) |
public static boolean hasLocalTag(org.eclipse.jgit.api.Git repo,
String tagToCheck)
throws org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.api.errors.GitAPIExceptionpublic static org.eclipse.jgit.lib.Ref refStartingWith(org.eclipse.jgit.api.Git repo,
String tagPrefix)
throws org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.api.errors.GitAPIExceptionpublic static String scmUrlToRemote(String scmUrl) throws ValidationException
ValidationExceptionCopyright © 2015–2017. All rights reserved.