Uses of Class
io.fabric8.openshift.api.model.monitoring.v1alpha1.RocketChatConfig
-
Packages that use RocketChatConfig Package Description io.fabric8.openshift.api.model.monitoring.v1alpha1 -
-
Uses of RocketChatConfig in io.fabric8.openshift.api.model.monitoring.v1alpha1
Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return RocketChatConfig Modifier and Type Method Description RocketChatConfigRocketChatConfigBuilder. build()RocketChatConfigReceiverFluent. buildFirstRocketchatConfig()RocketChatConfigReceiverFluent. buildLastRocketchatConfig()RocketChatConfigReceiverFluent. buildMatchingRocketchatConfig(Predicate<RocketChatConfigBuilder> predicate)RocketChatConfigReceiverFluent. buildRocketchatConfig(int index)Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return types with arguments of type RocketChatConfig Modifier and Type Method Description List<RocketChatConfig>ReceiverFluent. buildRocketchatConfigs()List<RocketChatConfig>Receiver. getRocketchatConfigs()List of RocketChat configurations.Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type RocketChatConfig Modifier and Type Method Description ReceiverFluent.RocketchatConfigsNested<A>ReceiverFluent. addNewRocketchatConfigLike(RocketChatConfig item)AReceiverFluent. addToRocketchatConfigs(int index, RocketChatConfig item)AReceiverFluent. addToRocketchatConfigs(RocketChatConfig... items)protected voidRocketChatConfigFluent. copyInstance(RocketChatConfig instance)AReceiverFluent. removeFromRocketchatConfigs(RocketChatConfig... items)ReceiverFluent.RocketchatConfigsNested<A>ReceiverFluent. setNewRocketchatConfigLike(int index, RocketChatConfig item)AReceiverFluent. setToRocketchatConfigs(int index, RocketChatConfig item)AReceiverFluent. withRocketchatConfigs(RocketChatConfig... rocketchatConfigs)Method parameters in io.fabric8.openshift.api.model.monitoring.v1alpha1 with type arguments of type RocketChatConfig Modifier and Type Method Description AReceiverFluent. addAllToRocketchatConfigs(Collection<RocketChatConfig> items)AReceiverFluent. removeAllFromRocketchatConfigs(Collection<RocketChatConfig> items)voidReceiver. setRocketchatConfigs(List<RocketChatConfig> rocketchatConfigs)List of RocketChat configurations.AReceiverFluent. withRocketchatConfigs(List<RocketChatConfig> rocketchatConfigs)Constructors in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type RocketChatConfig Constructor Description RocketChatConfigBuilder(RocketChatConfig instance)RocketChatConfigBuilder(RocketChatConfigFluent<?> fluent, RocketChatConfig instance)RocketChatConfigFluent(RocketChatConfig instance)
-