Class BitbucketCloudWebhookPayload
java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudWebhookPayload
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BitbucketPullRequestEvent
pullRequestEventFromPayload
(String payload) static BitbucketPushEvent
pushEventFromPayload
(String payload)
-
Constructor Details
-
BitbucketCloudWebhookPayload
public BitbucketCloudWebhookPayload()
-
-
Method Details
-
pushEventFromPayload
-
pullRequestEventFromPayload
@CheckForNull public static BitbucketPullRequestEvent pullRequestEventFromPayload(@NonNull String payload)
-