Class BitbucketCloudWebhooksPayload
- java.lang.Object
-
- com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.resource.BitbucketCloudWebhooksPayload
-
public final class BitbucketCloudWebhooksPayload extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BitbucketCloudWebhooksPayload.Branch
static class
BitbucketCloudWebhooksPayload.Change
static class
BitbucketCloudWebhooksPayload.ChangeInfo
static class
BitbucketCloudWebhooksPayload.PullRequest
static class
BitbucketCloudWebhooksPayload.PullRequestRef
static class
BitbucketCloudWebhooksPayload.Push
static class
BitbucketCloudWebhooksPayload.Repository
-
Constructor Summary
Constructors Constructor Description BitbucketCloudWebhooksPayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BitbucketCloudWebhooksPayload.PullRequest
getPullRequest()
BitbucketCloudWebhooksPayload.Push
getPush()
BitbucketCloudWebhooksPayload.Repository
getRepository()
AbstractBitbucketCloudEvent
toEvent(BitbucketCloudWebhooksXEventHeader type)
-
-
-
Method Detail
-
toEvent
public AbstractBitbucketCloudEvent toEvent(BitbucketCloudWebhooksXEventHeader type) throws Exception
- Throws:
Exception
-
getRepository
public BitbucketCloudWebhooksPayload.Repository getRepository()
-
getPush
public BitbucketCloudWebhooksPayload.Push getPush()
-
getPullRequest
public BitbucketCloudWebhooksPayload.PullRequest getPullRequest()
-
-