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 TypeMethodDescriptionvoidHarborWebHookAction.addListener(Consumer<HarborWebhookEvent> harborWebhookEventConsumer) voidHarborWebHookAction.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 TypeMethodDescriptionvoidWaitForHarborWebhookExecution.accept(HarborWebhookEvent harborWebhookEvent)