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