Uses of Class
org.gitlab4j.api.models.GpgSignature
Package | Description |
---|---|
org.gitlab4j.api |
-
Uses of GpgSignature in org.gitlab4j.api
Methods in org.gitlab4j.api that return GpgSignature Modifier and Type Method Description GpgSignature
CommitsApi. 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 GpgSignature Modifier and Type Method Description Optional<GpgSignature>
CommitsApi. getOptionalGpgSignature(Object projectIdOrPath, String sha)
Get the GPG signature from a commit as an Optional instance