| Package | Description |
|---|---|
| com.atlassian.bitbucket.scm.signed |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardSignableObjectType
Built-in types of SCM objects that can be signed or for which signed contents can be
retrieved. |
| Modifier and Type | Method and Description |
|---|---|
void |
SignedObjectCallback.onSigned(SignableObjectType type,
String objectId,
String signature,
String signedContent)
Called when the requested object was found and contained a signature.
|
void |
SignedObjectCallback.onUnsigned(SignableObjectType type,
String objectId)
Called when the requested object was found, but was not signed.
|
Copyright © 2023 Atlassian. All rights reserved.