Uses of Class
org.azd.git.types.GitAnnotatedTag
Packages that use GitAnnotatedTag
-
Uses of GitAnnotatedTag in org.azd.git
Methods in org.azd.git that return GitAnnotatedTagModifier and TypeMethodDescriptionGitApi.createAnnotatedTag(String repositoryName, String tagName, String objectId, String message) Create an annotated tag.GitApi.getAnnotatedTag(String repositoryName, String objectId) Get an annotated tag. -
Uses of GitAnnotatedTag in org.azd.interfaces
Methods in org.azd.interfaces that return GitAnnotatedTagModifier and TypeMethodDescriptionGitDetails.createAnnotatedTag(String repositoryName, String tagName, String objectId, String message) GitDetails.getAnnotatedTag(String repositoryName, String objectId)