Uses of Class
io.fabric8.openshift.api.model.monitoring.v1beta1.WebhookConfig
-
Packages that use WebhookConfig Package Description io.fabric8.openshift.api.model.monitoring.v1beta1 -
-
Uses of WebhookConfig in io.fabric8.openshift.api.model.monitoring.v1beta1
Methods in io.fabric8.openshift.api.model.monitoring.v1beta1 that return WebhookConfig Modifier and Type Method Description WebhookConfigWebhookConfigBuilder. build()WebhookConfigReceiverFluent. buildFirstWebhookConfig()WebhookConfigReceiverFluent. buildLastWebhookConfig()WebhookConfigReceiverFluent. buildMatchingWebhookConfig(Predicate<WebhookConfigBuilder> predicate)WebhookConfigReceiverFluent. buildWebhookConfig(int index)Methods in io.fabric8.openshift.api.model.monitoring.v1beta1 that return types with arguments of type WebhookConfig Modifier and Type Method Description List<WebhookConfig>ReceiverFluent. buildWebhookConfigs()List<WebhookConfig>Receiver. getWebhookConfigs()List of webhook configurations.Methods in io.fabric8.openshift.api.model.monitoring.v1beta1 with parameters of type WebhookConfig Modifier and Type Method Description ReceiverFluent.WebhookConfigsNested<A>ReceiverFluent. addNewWebhookConfigLike(WebhookConfig item)AReceiverFluent. addToWebhookConfigs(int index, WebhookConfig item)AReceiverFluent. addToWebhookConfigs(WebhookConfig... items)protected voidWebhookConfigFluent. copyInstance(WebhookConfig instance)AReceiverFluent. removeFromWebhookConfigs(WebhookConfig... items)ReceiverFluent.WebhookConfigsNested<A>ReceiverFluent. setNewWebhookConfigLike(int index, WebhookConfig item)AReceiverFluent. setToWebhookConfigs(int index, WebhookConfig item)AReceiverFluent. withWebhookConfigs(WebhookConfig... webhookConfigs)Method parameters in io.fabric8.openshift.api.model.monitoring.v1beta1 with type arguments of type WebhookConfig Modifier and Type Method Description AReceiverFluent. addAllToWebhookConfigs(Collection<WebhookConfig> items)AReceiverFluent. removeAllFromWebhookConfigs(Collection<WebhookConfig> items)voidReceiver. setWebhookConfigs(List<WebhookConfig> webhookConfigs)List of webhook configurations.AReceiverFluent. withWebhookConfigs(List<WebhookConfig> webhookConfigs)Constructors in io.fabric8.openshift.api.model.monitoring.v1beta1 with parameters of type WebhookConfig Constructor Description WebhookConfigBuilder(WebhookConfig instance)WebhookConfigBuilder(WebhookConfigFluent<?> fluent, WebhookConfig instance)WebhookConfigFluent(WebhookConfig instance)
-