Uses of Class
com.testingbot.models.TestingBotStorageFile
-
Packages that use TestingBotStorageFile Package Description com.testingbot.models com.testingbot.testingbotrest -
-
Uses of TestingBotStorageFile in com.testingbot.models
Methods in com.testingbot.models that return types with arguments of type TestingBotStorageFile Modifier and Type Method Description java.util.ArrayList<TestingBotStorageFile>TestingBotStorageFileCollection. getData()Method parameters in com.testingbot.models with type arguments of type TestingBotStorageFile Modifier and Type Method Description voidTestingBotStorageFileCollection. setData(java.util.ArrayList<TestingBotStorageFile> data) -
Uses of TestingBotStorageFile in com.testingbot.testingbotrest
Methods in com.testingbot.testingbotrest that return TestingBotStorageFile Modifier and Type Method Description TestingBotStorageFileTestingbotREST. getStorageFile(java.lang.String appUrl)Retrieves meta-data from a TestingBot Storage file
-