Uses of Interface
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPullRequestEvent
-
-
Uses of BitbucketPullRequestEvent in com.cloudbees.jenkins.plugins.bitbucket.client
Methods in com.cloudbees.jenkins.plugins.bitbucket.client that return BitbucketPullRequestEvent Modifier and Type Method Description static BitbucketPullRequestEvent
BitbucketCloudWebhookPayload. pullRequestEventFromPayload(String payload)
-
Uses of BitbucketPullRequestEvent in com.cloudbees.jenkins.plugins.bitbucket.client.events
Classes in com.cloudbees.jenkins.plugins.bitbucket.client.events that implement BitbucketPullRequestEvent Modifier and Type Class Description class
BitbucketCloudPullRequestEvent
-
Uses of BitbucketPullRequestEvent in com.cloudbees.jenkins.plugins.bitbucket.server.client
Methods in com.cloudbees.jenkins.plugins.bitbucket.server.client that return BitbucketPullRequestEvent Modifier and Type Method Description static BitbucketPullRequestEvent
BitbucketServerWebhookPayload. pullRequestEventFromPayload(String payload)
-
Uses of BitbucketPullRequestEvent in com.cloudbees.jenkins.plugins.bitbucket.server.events
Classes in com.cloudbees.jenkins.plugins.bitbucket.server.events that implement BitbucketPullRequestEvent Modifier and Type Class Description class
BitbucketServerPullRequestEvent
-