public class BitbucketCloudWebhookPayload extends Object
Constructor and Description |
---|
BitbucketCloudWebhookPayload() |
Modifier and Type | Method and Description |
---|---|
static BitbucketPullRequestEvent |
pullRequestEventFromPayload(String payload) |
static BitbucketPushEvent |
pushEventFromPayload(String payload) |
@CheckForNull public static BitbucketPushEvent pushEventFromPayload(@NonNull String payload)
@CheckForNull public static BitbucketPullRequestEvent pullRequestEventFromPayload(@NonNull String payload)
Copyright © 2016–2022. All rights reserved.