| Modifier and Type | Method and Description |
|---|---|
static AnnotatedTag |
AnnotatedTag.create(String name,
String version,
long 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.tagsForVersion(org.eclipse.jgit.api.Git git,
String module,
String versionWithoutBuildNumber) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jgit.lib.Ref |
LocalGitRepo.tagRepo(AnnotatedTag tag) |
void |
LocalGitRepo.tagRepoAndPush(AnnotatedTag tag) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TreeWalkingDiffDetector.hasChangedSince(String modulePath,
List<String> childModules,
Collection<AnnotatedTag> tags) |
boolean |
DiffDetector.hasChangedSince(String modulePath,
List<String> childModules,
Collection<AnnotatedTag> tags) |
List<String> |
LocalGitRepo.remoteTagsFrom(List<AnnotatedTag> annotatedTags) |
Copyright © 2015–2017. All rights reserved.