Uses of Class
org.vx68k.bitbucket.webhook.BitbucketEvent
-
Packages that use BitbucketEvent Package Description org.vx68k.bitbucket.api.client.webapp Classes for the Example App.org.vx68k.bitbucket.webhook Webhook implementation for Bitbucket Cloud. -
-
Uses of BitbucketEvent in org.vx68k.bitbucket.api.client.webapp
Methods in org.vx68k.bitbucket.api.client.webapp that return BitbucketEvent Modifier and Type Method Description BitbucketEvent
EventRecorder.EventRecord. getEvent()
Returns the Bitbucket event.Methods in org.vx68k.bitbucket.api.client.webapp with parameters of type BitbucketEvent Modifier and Type Method Description void
EventRecorder. record(BitbucketEvent bitbucketEvent)
Records a Bitbucket event.void
EventRecorder.EventRecord. setEvent(BitbucketEvent value)
Sets the Bitbucket event.Constructors in org.vx68k.bitbucket.api.client.webapp with parameters of type BitbucketEvent Constructor Description EventRecord(BitbucketEvent bitbucketEvent)
Constructs this object with aBitbucketEvent
value. -
Uses of BitbucketEvent in org.vx68k.bitbucket.webhook
Constructor parameters in org.vx68k.bitbucket.webhook with type arguments of type BitbucketEvent Constructor Description BitbucketWebhookServlet(Event<BitbucketEvent> event)
Constructs this object with anEvent
object.
-