Uses of Interface
com.atlassian.bitbucket.scm.signed.SignableObjectType
Packages that use SignableObjectType
-
Uses of SignableObjectType in com.atlassian.bitbucket.scm.signed
Classes in com.atlassian.bitbucket.scm.signed that implement SignableObjectTypeModifier and TypeClassDescriptionenumBuilt-in types of SCM objects that can be signed or for which signed contents can beretrieved.Methods in com.atlassian.bitbucket.scm.signed with parameters of type SignableObjectTypeModifier and TypeMethodDescriptionvoidSignedObjectCallback.onSigned(SignableObjectType type, String objectId, String signature, String signedContent) Called when the requested object was found and contained a signature.voidSignedObjectCallback.onUnsigned(SignableObjectType type, String objectId) Called when the requested object was found, but was not signed.