Uses of Class
io.gitea.model.AnnotatedTag
| Package | Description |
|---|---|
| io.gitea.api | |
| io.gitea.model |
-
Uses of AnnotatedTag in io.gitea.api
Methods in io.gitea.api that return AnnotatedTag Modifier and Type Method Description AnnotatedTagRepositoryApi. getAnnotatedTag(java.lang.String owner, java.lang.String repo, java.lang.String sha)Gets the tag object of an annotated tag (not lightweight tags)Methods in io.gitea.api that return types with arguments of type AnnotatedTag Modifier and Type Method Description ApiResponse<AnnotatedTag>RepositoryApi. getAnnotatedTagWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.String sha)Gets the tag object of an annotated tag (not lightweight tags)Method parameters in io.gitea.api with type arguments of type AnnotatedTag Modifier and Type Method Description com.squareup.okhttp.CallRepositoryApi. getAnnotatedTagAsync(java.lang.String owner, java.lang.String repo, java.lang.String sha, ApiCallback<AnnotatedTag> callback)Gets the tag object of an annotated tag (not lightweight tags) (asynchronously) -
Uses of AnnotatedTag in io.gitea.model
Methods in io.gitea.model that return AnnotatedTag Modifier and Type Method Description AnnotatedTagAnnotatedTag. message(java.lang.String message)AnnotatedTagAnnotatedTag. object(AnnotatedTagObject object)AnnotatedTagAnnotatedTag. sha(java.lang.String sha)AnnotatedTagAnnotatedTag. tag(java.lang.String tag)AnnotatedTagAnnotatedTag. tagger(CommitUser tagger)AnnotatedTagAnnotatedTag. url(java.lang.String url)AnnotatedTagAnnotatedTag. verification(PayloadCommitVerification verification)