Uses of Class
io.jenkins.plugins.harbor.action.HarborWebhookEvent
Packages that use HarborWebhookEvent
-
Uses of HarborWebhookEvent in io.jenkins.plugins.harbor.action
Methods in io.jenkins.plugins.harbor.action that return HarborWebhookEventMethods in io.jenkins.plugins.harbor.action that return types with arguments of type HarborWebhookEventModifier and TypeMethodDescriptionstatic com.github.benmanes.caffeine.cache.Cache<String,
HarborWebhookEvent> HarborWebHookAction.getEventCache()
Method parameters in io.jenkins.plugins.harbor.action with type arguments of type HarborWebhookEventModifier and TypeMethodDescriptionvoid
HarborWebHookAction.addListener
(Consumer<HarborWebhookEvent> harborWebhookEventConsumer) void
HarborWebHookAction.removeListener
(Consumer<HarborWebhookEvent> harborWebhookEventConsumer) -
Uses of HarborWebhookEvent in io.jenkins.plugins.harbor.steps
Methods in io.jenkins.plugins.harbor.steps with parameters of type HarborWebhookEventModifier and TypeMethodDescriptionvoid
WaitForHarborWebhookExecution.accept
(HarborWebhookEvent harborWebhookEvent)