Interface ICloudTestClient
Namespace: TestPlatforms.Cloud
Syntax
public interface ICloudTestClient
Methods
GetJobStatus(String)
Declaration
JobStatusResponse GetJobStatus(string jobId)
Parameters
Type | Name | Description |
---|---|---|
String | jobId |
Returns
Type | Description |
---|---|
JobStatusResponse |
GetJobStatus(String, String, String)
Declaration
JobStatusResponse GetJobStatus(string jobId, string accessToken, string projectId)
Parameters
Type | Name | Description |
---|---|---|
String | jobId | |
String | accessToken | |
String | projectId |
Returns
Type | Description |
---|---|
JobStatusResponse |
GetTestResults(String)
Declaration
TestResultsResponse GetTestResults(string jobId)
Parameters
Type | Name | Description |
---|---|---|
String | jobId |
Returns
Type | Description |
---|---|
TestResultsResponse |
GetTestResults(String, String, String)
Declaration
TestResultsResponse GetTestResults(string jobId, string accessToken, string projectId)
Parameters
Type | Name | Description |
---|---|---|
String | jobId | |
String | accessToken | |
String | projectId |
Returns
Type | Description |
---|---|
TestResultsResponse |
GetUploadURL()
Declaration
UploadUrlResponse GetUploadURL()
Returns
Type | Description |
---|---|
UploadUrlResponse |
GetUploadURL(String, String)
Declaration
UploadUrlResponse GetUploadURL(string accessToken, string projectId)
Parameters
Type | Name | Description |
---|---|---|
String | accessToken | |
String | projectId |
Returns
Type | Description |
---|---|
UploadUrlResponse |
RunCloudTests(String, List<String>)
Declaration
JobStatusResponse RunCloudTests(string buildId, List<string> cloudTests)
Parameters
Type | Name | Description |
---|---|---|
String | buildId | |
List<String> | cloudTests |
Returns
Type | Description |
---|---|
JobStatusResponse |
RunCloudTests(String, List<String>, String, String)
Declaration
JobStatusResponse RunCloudTests(string buildId, List<string> cloudTests, string accessToken, string projectId)
Parameters
Type | Name | Description |
---|---|---|
String | buildId | |
List<String> | cloudTests | |
String | accessToken | |
String | projectId |
Returns
Type | Description |
---|---|
JobStatusResponse |
UploadBuild(String, String, String)
Declaration
UploadUrlResponse UploadBuild(string buildPath, string accessToken, string projectId)
Parameters
Type | Name | Description |
---|---|---|
String | buildPath | |
String | accessToken | |
String | projectId |
Returns
Type | Description |
---|---|
UploadUrlResponse |
UploadBuildToUrl(String, String)
Declaration
void UploadBuildToUrl(string uploadURL, string buildPath)
Parameters
Type | Name | Description |
---|---|---|
String | uploadURL | |
String | buildPath |