Uses of Class
org.gitlab4j.api.models.GpgSignature
Packages that use GpgSignature
-
Uses of GpgSignature in org.gitlab4j.api
Methods in org.gitlab4j.api that return GpgSignatureModifier and TypeMethodDescriptionCommitsApi.getGpgSignature(Object projectIdOrPath, String sha) Get the GPG signature from a commit, if it is signed.Methods in org.gitlab4j.api 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