Uses of Class
com.cloudtestapi.common.exception.CloudTestSDKException
-
-
Uses of CloudTestSDKException in com.cloudtestapi
Constructors in com.cloudtestapi that throw CloudTestSDKException Constructor Description CTClient(Credential credential)CTClient(Credential credential, ClientProfile clientProfile) -
Uses of CloudTestSDKException in com.cloudtestapi.account
Methods in com.cloudtestapi.account that throw CloudTestSDKException Modifier and Type Method Description CloudAccountClient. getCloudByName(String cloudName)Cloud[]AccountClient. getClouds()ProjectAccountClient. getProjectByName(String projectName)Project[]AccountClient. getProjects()Get Project List -
Uses of CloudTestSDKException in com.cloudtestapi.common
Methods in com.cloudtestapi.common that throw CloudTestSDKException Modifier and Type Method Description okhttp3.ResponseHttpConnection. deleteRequest(String url)okhttp3.ResponseHttpConnection. doRequest(okhttp3.Request request)okhttp3.ResponseHttpConnection. getRequest(String url)protected StringAbstractClient. internalRequest(AbstractRequest request)okhttp3.ResponseHttpConnection. postFormRequest(String url, byte[] body, String fieldName, String fileName, String fileMime)okhttp3.ResponseHttpConnection. postRequest(String url, byte[] body)okhttp3.ResponseHttpConnection. postRequest(String url, byte[] body, okhttp3.Headers headers)okhttp3.ResponseHttpConnection. putRequest(String url, byte[] body)static StringSign. sign(String secretKey, String sigStr, String sigMethod) -
Uses of CloudTestSDKException in com.cloudtestapi.device
Methods in com.cloudtestapi.device that throw CloudTestSDKException Modifier and Type Method Description GetDevicesResponseDeviceClient. getDevicesByCloudId(int cloudId)Get device list by cloud idDeviceBasicInfoDeviceClient. getDeviceState(Integer deviceId, Integer cloudId)Get device statusModelList[]DeviceClient. getModelList(String projectId)Get device model listProjectModelList[]DeviceClient. getProjectModelList(String projectId, Constants.ModelListFilterType filterType, Integer offset, Integer limit)Get device model list configured in web controller<T extends ModelListInfoBase>
T[]DeviceClient. getProjectModelListInfo(Integer listId, Constants.ModelListFilterType filterType)get model group infovoidDeviceClient. rebootDevice(ReportDeviceOfflineRequest request)Reboot devicevoidDeviceClient. reportDeviceOffline(ReportDeviceOfflineRequest request)上报设备掉线voidDeviceClient. softRebootDevice(SoftRebootDeviceRequest request)Soft-reboot deviceStringDeviceClient. wdbConnect(String address, String token, int timeOut) -
Uses of CloudTestSDKException in com.cloudtestapi.health
Methods in com.cloudtestapi.health that throw CloudTestSDKException Modifier and Type Method Description BooleanHealthClient. checkServerHealth()check server health status -
Uses of CloudTestSDKException in com.cloudtestapi.slot
Methods in com.cloudtestapi.slot that throw CloudTestSDKException Modifier and Type Method Description ResignResultSlotClient. fetchResignResult(String slotOutAddr, String fileId)Query the re-signature status and obtain the re-signed ipa download addressStringSlotClient. resignIpa(String slotOutAddr, String fileUrl)IPA re-signatureSlotDeviceInfo[]SlotClient. slotListDevice(int[] phoneTypeList)Get a list of replaceable devicesSlotInfo[]SlotClient. slotListInfo(String slotOutAddr)slotListInfoModelInfo[]SlotClient. slotListModel(int[] phoneTypeList)Get a list of replaceable modelsvoidSlotClient. slotSwitchCancel(String slotOutAddr)Cancel device replacementvoidSlotClient. slotSwitchStart(String slotOutAddr, int modelId, int deviceId)Applying to replace a slot-bound device -
Uses of CloudTestSDKException in com.cloudtestapi.test
Methods in com.cloudtestapi.test that throw CloudTestSDKException Modifier and Type Method Description voidTestClient. cancelTest(Long testId)cancel testGetDebugStatusResponseTestClient. getDebugStatus(Long testId, Integer deviceId)GetInstallProcessResponseTestClient. getInstallProcess(Long testId, Integer deviceId, Integer installId)TestDevice[]TestClient. getTestDevices(Long testId, boolean log, boolean image, boolean error)get test devicesTestStatusTestClient. getTestStatus(Long testId)获取测试状态InstallAppResponseTestClient. installApp(Long testId, Integer deviceId, Integer appId, Boolean resign)TestInfoTestClient. startAutomationTest(AutomationTest test)Start automation testTestInfoTestClient. startCompatibilityTest(CompatibilityTest test)StartCompatibilityTestRequestDebugTestInfoTestClient. startDebugTest(Integer deviceId, String projectKey)TestInfoTestClient. startFunctionalTest(FunctionalTest test)start functional testStartDebugConnectResponseTestClient. startRemoteDebugConnect(Long testId, int deviceId) -
Uses of CloudTestSDKException in com.cloudtestapi.upload
Methods in com.cloudtestapi.upload that throw CloudTestSDKException Modifier and Type Method Description AppUploadClient. getAppByMd5(String filePath)AppUploadClient. getAppInfo(int appId)Get App infoScriptUploadClient. getScriptInfo(int scriptId)Get script infoAppUploadClient. multiPartUploadApk(String filePath)Upload apk in multi partWTAppUploadClient. multiPartUploadApkToWT(String filePath, String projectId)Multipart upload APK to WeTest platformAppUploadClient. multiPartUploadIpa(String filePath)Upload ipa file in multi partWTAppUploadClient. multiPartUploadIpaToWT(String filePath, String projectId)分片上传IPA到WeTest平台ScriptUploadClient. multiPartUploadScript(String filePath)Upload script in multi partStringUploadClient. resignDeviceIPA(Integer deviceId, String fileUrl)IPA re-signatureAppUploadClient. uploadApp(String filePath)
-