| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.monitoring.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
WebhookConfig |
WebhookConfigBuilder.build() |
WebhookConfig |
ReceiverFluent.buildFirstWebhookConfig() |
WebhookConfig |
ReceiverFluent.buildLastWebhookConfig() |
WebhookConfig |
ReceiverFluent.buildMatchingWebhookConfig(Predicate<WebhookConfigBuilder> predicate) |
WebhookConfig |
ReceiverFluent.buildWebhookConfig(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<WebhookConfig> |
ReceiverFluent.buildWebhookConfigs() |
List<WebhookConfig> |
Receiver.getWebhookConfigs() |
| Modifier and Type | Method and Description |
|---|---|
ReceiverFluent.WebhookConfigsNested<A> |
ReceiverFluent.addNewWebhookConfigLike(WebhookConfig item) |
A |
ReceiverFluent.addToWebhookConfigs(int index,
WebhookConfig item) |
A |
ReceiverFluent.addToWebhookConfigs(WebhookConfig... items) |
protected void |
WebhookConfigFluent.copyInstance(WebhookConfig instance) |
A |
ReceiverFluent.removeFromWebhookConfigs(WebhookConfig... items) |
ReceiverFluent.WebhookConfigsNested<A> |
ReceiverFluent.setNewWebhookConfigLike(int index,
WebhookConfig item) |
A |
ReceiverFluent.setToWebhookConfigs(int index,
WebhookConfig item) |
A |
ReceiverFluent.withWebhookConfigs(WebhookConfig... webhookConfigs) |
| Modifier and Type | Method and Description |
|---|---|
A |
ReceiverFluent.addAllToWebhookConfigs(Collection<WebhookConfig> items) |
A |
ReceiverFluent.removeAllFromWebhookConfigs(Collection<WebhookConfig> items) |
void |
Receiver.setWebhookConfigs(List<WebhookConfig> webhookConfigs) |
A |
ReceiverFluent.withWebhookConfigs(List<WebhookConfig> webhookConfigs) |
| Constructor and Description |
|---|
WebhookConfigBuilder(WebhookConfig instance) |
WebhookConfigBuilder(WebhookConfigFluent<?> fluent,
WebhookConfig instance) |
WebhookConfigFluent(WebhookConfig instance) |
| Constructor and Description |
|---|
Receiver(List<DiscordConfig> discordConfigs,
List<EmailConfig> emailConfigs,
String name,
List<OpsGenieConfig> opsgenieConfigs,
List<PagerDutyConfig> pagerdutyConfigs,
List<PushoverConfig> pushoverConfigs,
List<SlackConfig> slackConfigs,
List<SNSConfig> snsConfigs,
List<TelegramConfig> telegramConfigs,
List<VictorOpsConfig> victoropsConfigs,
List<WebexConfig> webexConfigs,
List<WebhookConfig> webhookConfigs,
List<WeChatConfig> wechatConfigs) |
Copyright © 2015–2024 Red Hat. All rights reserved.