Uses of Class
io.fabric8.openshift.api.model.monitoring.v1beta1.MSTeamsConfig
-
Packages that use MSTeamsConfig Package Description io.fabric8.openshift.api.model.monitoring.v1beta1 -
-
Uses of MSTeamsConfig in io.fabric8.openshift.api.model.monitoring.v1beta1
Methods in io.fabric8.openshift.api.model.monitoring.v1beta1 that return MSTeamsConfig Modifier and Type Method Description MSTeamsConfigMSTeamsConfigBuilder. build()MSTeamsConfigReceiverFluent. buildFirstMsteamsConfig()MSTeamsConfigReceiverFluent. buildLastMsteamsConfig()MSTeamsConfigReceiverFluent. buildMatchingMsteamsConfig(Predicate<MSTeamsConfigBuilder> predicate)MSTeamsConfigReceiverFluent. buildMsteamsConfig(int index)Methods in io.fabric8.openshift.api.model.monitoring.v1beta1 that return types with arguments of type MSTeamsConfig Modifier and Type Method Description List<MSTeamsConfig>ReceiverFluent. buildMsteamsConfigs()List<MSTeamsConfig>Receiver. getMsteamsConfigs()List of MSTeams configurations.Methods in io.fabric8.openshift.api.model.monitoring.v1beta1 with parameters of type MSTeamsConfig Modifier and Type Method Description ReceiverFluent.MsteamsConfigsNested<A>ReceiverFluent. addNewMsteamsConfigLike(MSTeamsConfig item)AReceiverFluent. addToMsteamsConfigs(int index, MSTeamsConfig item)AReceiverFluent. addToMsteamsConfigs(MSTeamsConfig... items)protected voidMSTeamsConfigFluent. copyInstance(MSTeamsConfig instance)AReceiverFluent. removeFromMsteamsConfigs(MSTeamsConfig... items)ReceiverFluent.MsteamsConfigsNested<A>ReceiverFluent. setNewMsteamsConfigLike(int index, MSTeamsConfig item)AReceiverFluent. setToMsteamsConfigs(int index, MSTeamsConfig item)AReceiverFluent. withMsteamsConfigs(MSTeamsConfig... msteamsConfigs)Method parameters in io.fabric8.openshift.api.model.monitoring.v1beta1 with type arguments of type MSTeamsConfig Modifier and Type Method Description AReceiverFluent. addAllToMsteamsConfigs(Collection<MSTeamsConfig> items)AReceiverFluent. removeAllFromMsteamsConfigs(Collection<MSTeamsConfig> items)voidReceiver. setMsteamsConfigs(List<MSTeamsConfig> msteamsConfigs)List of MSTeams configurations.AReceiverFluent. withMsteamsConfigs(List<MSTeamsConfig> msteamsConfigs)Constructors in io.fabric8.openshift.api.model.monitoring.v1beta1 with parameters of type MSTeamsConfig Constructor Description MSTeamsConfigBuilder(MSTeamsConfig instance)MSTeamsConfigBuilder(MSTeamsConfigFluent<?> fluent, MSTeamsConfig instance)MSTeamsConfigFluent(MSTeamsConfig instance)
-