| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.monitoring.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
WebhookConfig |
WebhookConfigBuilder.build() |
WebhookConfig |
ReceiverFluentImpl.buildFirstWebhookConfig() |
WebhookConfig |
ReceiverFluent.buildFirstWebhookConfig() |
WebhookConfig |
ReceiverFluentImpl.buildLastWebhookConfig() |
WebhookConfig |
ReceiverFluent.buildLastWebhookConfig() |
WebhookConfig |
ReceiverFluentImpl.buildMatchingWebhookConfig(Predicate<WebhookConfigBuilder> predicate) |
WebhookConfig |
ReceiverFluent.buildMatchingWebhookConfig(Predicate<WebhookConfigBuilder> predicate) |
WebhookConfig |
ReceiverFluentImpl.buildWebhookConfig(int index) |
WebhookConfig |
ReceiverFluent.buildWebhookConfig(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<WebhookConfig> |
ReceiverFluentImpl.buildWebhookConfigs() |
List<WebhookConfig> |
ReceiverFluent.buildWebhookConfigs() |
List<WebhookConfig> |
ReceiverFluentImpl.getWebhookConfigs()
Deprecated.
|
List<WebhookConfig> |
ReceiverFluent.getWebhookConfigs()
Deprecated.
|
List<WebhookConfig> |
Receiver.getWebhookConfigs() |
| Modifier and Type | Method and Description |
|---|---|
A |
ReceiverFluentImpl.addAllToWebhookConfigs(Collection<WebhookConfig> items) |
A |
ReceiverFluent.addAllToWebhookConfigs(Collection<WebhookConfig> items) |
A |
ReceiverFluentImpl.removeAllFromWebhookConfigs(Collection<WebhookConfig> items) |
A |
ReceiverFluent.removeAllFromWebhookConfigs(Collection<WebhookConfig> items) |
void |
Receiver.setWebhookConfigs(List<WebhookConfig> webhookConfigs) |
A |
ReceiverFluentImpl.withWebhookConfigs(List<WebhookConfig> webhookConfigs) |
A |
ReceiverFluent.withWebhookConfigs(List<WebhookConfig> webhookConfigs) |
| Constructor and Description |
|---|
WebhookConfigBuilder(WebhookConfig instance) |
WebhookConfigBuilder(WebhookConfig instance,
Boolean validationEnabled) |
WebhookConfigBuilder(WebhookConfigFluent<?> fluent,
WebhookConfig instance) |
WebhookConfigBuilder(WebhookConfigFluent<?> fluent,
WebhookConfig instance,
Boolean validationEnabled) |
WebhookConfigFluentImpl(WebhookConfig instance) |
| Constructor and Description |
|---|
Receiver(List<EmailConfig> emailConfigs,
String name,
List<OpsGenieConfig> opsgenieConfigs,
List<PagerDutyConfig> pagerdutyConfigs,
List<PushoverConfig> pushoverConfigs,
List<SlackConfig> slackConfigs,
List<VictorOpsConfig> victoropsConfigs,
List<WebhookConfig> webhookConfigs,
List<WeChatConfig> wechatConfigs) |
Copyright © 2015–2020 Red Hat. All rights reserved.