Uses of Class
com.testingbot.models.TestingbotLabAlert
-
Packages that use TestingbotLabAlert Package Description com.testingbot.models Plain Gson-mapped POJOs for the TestingBot REST API resources. -
-
Uses of TestingbotLabAlert in com.testingbot.models
Methods in com.testingbot.models that return types with arguments of type TestingbotLabAlert Modifier and Type Method Description java.util.List<TestingbotLabAlert>TestingbotLabSuite. getAlerts()java.util.List<TestingbotLabAlert>TestingbotLabTest. getAlerts()Method parameters in com.testingbot.models with type arguments of type TestingbotLabAlert Modifier and Type Method Description voidTestingbotLabSuite. setAlerts(java.util.List<TestingbotLabAlert> alerts)voidTestingbotLabTest. setAlerts(java.util.List<TestingbotLabAlert> alerts)
-