Uses of Class
com.github.danielflower.mavenplugins.release.AnnotatedTag
-
-
Uses of AnnotatedTag in com.github.danielflower.mavenplugins.release
Methods in com.github.danielflower.mavenplugins.release that return AnnotatedTag Modifier and Type Method Description static AnnotatedTagAnnotatedTag. create(String name, String version, long buildNumber)static AnnotatedTagAnnotatedTag. fromRef(org.eclipse.jgit.lib.Repository repository, org.eclipse.jgit.lib.Ref gitTag)Method parameters in com.github.danielflower.mavenplugins.release with type arguments of type AnnotatedTag Modifier and Type Method Description booleanDiffDetector. hasChangedSince(String modulePath, List<String> childModules, Collection<AnnotatedTag> tags)booleanTreeWalkingDiffDetector. hasChangedSince(String modulePath, List<String> childModules, Collection<AnnotatedTag> tags)voidLocalGitRepo. tagAndPushRepo(Collection<AnnotatedTag> tags)List<String>LocalGitRepo. tagsFrom(List<AnnotatedTag> annotatedTags)
-