Uses of Class
com.atlassian.bitbucket.jenkins.internal.trigger.events.BitbucketWebhookEvent
-
Packages that use BitbucketWebhookEvent Package Description com.atlassian.bitbucket.jenkins.internal.trigger.events Add package level annotations to indicate everything is non-null by default. -
-
Uses of BitbucketWebhookEvent in com.atlassian.bitbucket.jenkins.internal.trigger.events
Methods in com.atlassian.bitbucket.jenkins.internal.trigger.events that return BitbucketWebhookEvent Modifier and Type Method Description static BitbucketWebhookEvent
BitbucketWebhookEvent. findByEventId(String eventId)
static BitbucketWebhookEvent
BitbucketWebhookEvent. valueOf(String name)
Returns the enum constant of this type with the specified name.static BitbucketWebhookEvent[]
BitbucketWebhookEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-