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