| Modifier and Type | Method and Description |
|---|---|
static AnnotatedTag |
AnnotatedTag.create(String name,
String version,
String buildNumber) |
static AnnotatedTag |
AnnotatedTag.fromRef(org.eclipse.jgit.lib.Repository repository,
org.eclipse.jgit.lib.Ref gitTag) |
| Modifier and Type | Method and Description |
|---|---|
static List<AnnotatedTag> |
AnnotatedTagFinder.mostRecent(org.eclipse.jgit.api.Git git,
String module,
String versionWithoutBuildNumber) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalGitRepo.tagRepoAndPush(AnnotatedTag tag) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DiffDetector.hasChangedSince(String modulePath,
List<String> childModules,
Collection<AnnotatedTag> tags) |
List<String> |
LocalGitRepo.remoteTagsFrom(List<AnnotatedTag> tagNames) |
Copyright © 2015. All rights reserved.