Uses of Enum Class
io.jenkins.plugins.bitbucket.webhook.moveworkforward.processor.PostWebhooksEventType
Packages that use PostWebhooksEventType
Package
Description
-
Uses of PostWebhooksEventType in io.jenkins.plugins.bitbucket.webhook.moveworkforward.processor
Methods in io.jenkins.plugins.bitbucket.webhook.moveworkforward.processor that return PostWebhooksEventTypeModifier and TypeMethodDescriptionstatic PostWebhooksEventTypePostWebhooksEventType.fromHeader(String headerValue) static PostWebhooksEventTypeReturns the enum constant of this class with the specified name.static PostWebhooksEventType[]PostWebhooksEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.jenkins.plugins.bitbucket.webhook.moveworkforward.processor that return types with arguments of type PostWebhooksEventTypeModifier and TypeMethodDescriptionprotected List<PostWebhooksEventType>PostWebhooksProcessor.getSupportedEvents()protected List<PostWebhooksEventType>PostWebhooksPullRequestProcessor.getSupportedEvents() -
Uses of PostWebhooksEventType in io.jenkins.plugins.bitbucket.webhook.moveworkforward.v1
Methods in io.jenkins.plugins.bitbucket.webhook.moveworkforward.v1 that return types with arguments of type PostWebhooksEventTypeMethod parameters in io.jenkins.plugins.bitbucket.webhook.moveworkforward.v1 with type arguments of type PostWebhooksEventTypeModifier and TypeMethodDescriptionvoidPostWebhookPayload.setEventTypes(List<PostWebhooksEventType> events) -
Uses of PostWebhooksEventType in io.jenkins.plugins.bitbucket.webhook.moveworkforward.v2
Methods in io.jenkins.plugins.bitbucket.webhook.moveworkforward.v2 that return types with arguments of type PostWebhooksEventTypeMethod parameters in io.jenkins.plugins.bitbucket.webhook.moveworkforward.v2 with type arguments of type PostWebhooksEventTypeModifier and TypeMethodDescriptionvoidPostWebhook2Payload.setEventTypes(List<PostWebhooksEventType> events)