Class BitbucketCloudWebhooksPayload.PullRequestRef
- java.lang.Object
-
- com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.resource.BitbucketCloudWebhooksPayload.PullRequestRef
-
- Enclosing class:
- BitbucketCloudWebhooksPayload
public static class BitbucketCloudWebhooksPayload.PullRequestRef extends Object
-
-
Constructor Summary
Constructors Constructor Description PullRequestRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BitbucketCloudWebhooksPayload.Branch
getBranch()
BitbucketCloudWebhooksPayload.Repository
getRepository()
-
-
-
Method Detail
-
getBranch
public BitbucketCloudWebhooksPayload.Branch getBranch()
-
getRepository
public BitbucketCloudWebhooksPayload.Repository getRepository()
-
-