Uses of Interface
com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events.AbstractBitbucketCloudEvent
-
-
Uses of AbstractBitbucketCloudEvent in com.atlassian.bamboo.plugins.bitbucket.events
Methods in com.atlassian.bamboo.plugins.bitbucket.events with parameters of type AbstractBitbucketCloudEvent Modifier and Type Method Description @NotNull Stream<VcsRepositoryData>
RepositoryFinder. findMatchingRepositories(@NotNull AbstractBitbucketCloudEvent event)
-
Uses of AbstractBitbucketCloudEvent in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events
Classes in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events that implement AbstractBitbucketCloudEvent Modifier and Type Class Description class
AbstractBitbucketCloudPrEvent
class
AbstractBitbucketCloudPushEvent
class
BitbucketCloudPrCreatedEvent
class
BitbucketCloudPrFulfilledEvent
class
BitbucketCloudPrRejectedEvent
class
BitbucketCloudPrUpdatedEvent
class
BitbucketCloudPushChangeEvent
class
BitbucketCloudPushCreationEvent
class
BitbucketCloudPushDeletionEvent
-
Uses of AbstractBitbucketCloudEvent in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.resource
Methods in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.resource that return AbstractBitbucketCloudEvent Modifier and Type Method Description AbstractBitbucketCloudEvent
BitbucketCloudWebhooksPayload. toEvent(BitbucketCloudWebhooksXEventHeader type)
-