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