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