Uses of Class
org.aoju.bus.gitlab.models.GpgSignature
Packages that use GpgSignature
-
Uses of GpgSignature in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab that return GpgSignatureModifier and TypeMethodDescriptionCommitsApi.getGpgSignature(Object projectIdOrPath, String sha) Get the GPG signature from a commit, if it is signed.Methods in org.aoju.bus.gitlab that return types with arguments of type GpgSignatureModifier and TypeMethodDescriptionCommitsApi.getOptionalGpgSignature(Object projectIdOrPath, String sha) Get the GPG signature from a commit as an Optional instance