Package com.testingbot.models
Plain Gson-mapped POJOs for the TestingBot REST API resources.
Each class represents one entity from the
TestingBot REST API;
field names map to snake_case JSON keys via
SerializedName.
*Collection classes wrap paginated list responses with
data (the entity list) and meta (the
offset/count/total block).
-
Class Summary Class Description TestingbotBrowser Holds information about the TestingbotBrowser items that TestingBot provides You can find the list of browsers on https://testingbot.com/support/getting-started/browsers.html.TestingbotBuild TestingbotBuildCollection TestingbotDevice TestingbotJob Status of a job (e.g. a Codeless test run) on TestingBot.TestingbotLabAlert Alert configuration for a Codeless test (kind,level, destination).TestingbotLabCreateAck Response from creating a Codeless test — carries the newlab_test_id.TestingbotLabRunAck Response from triggering a Codeless test or suite — carries thejob_id.TestingbotLabSuite A Codeless test suite (a group of Codeless tests run together).TestingbotLabSuiteCollection Paginated list of Codeless test suites (data+meta).TestingbotLabSuiteCreateAck Response from creating a Codeless test suite — carries the newsuite_id.TestingbotLabTest A Codeless test definition (target URL, schedule, alerts, browsers).TestingbotLabTestCollection Paginated list of Codeless tests (data+meta).TestingbotLabTestStep A single step within a Codeless test (command + locator + value).TestingbotLabTestStepCollection Paginated list of Codeless test steps (data+meta).TestingbotScreenshot A screenshot batch — a single URL captured across one or more browsers.TestingbotScreenshotCollection Paginated list of screenshot batches (data+meta).TestingBotStorageFile TestingBotStorageFileCollection TestingbotStorageUploadResponse TestingbotTeam Team-level concurrency information: allowed vs. current parallel sessions for VMs and physical devices.TestingbotTeamConcurrency A pair of concurrency limits — VM sessions and physical-device sessions.TestingbotTeamConcurrencyBlock Allowed vs. current concurrency caps for a team.TestingbotTeamCredentialReset Response from resetting a team user's API keys; carries the newclient_key.TestingbotTeamMember A user within a team.TestingbotTeamMemberCollection Paginated list of team users (data+meta).TestingbotTest TestingbotTestBuildCollection TestingbotTestCollection TestingbotTunnel TestingbotUser