TestRunEndedEventCondition Class
- java.
lang. Object - com.
azure. developer. loadtesting. models. TestRunEndedEventCondition
- com.
Implements
public final class TestRunEndedEventCondition
implements JsonSerializable<TestRunEndedEventCondition>
TestRunEnded Event condition.
Constructor Summary
| Constructor | Description |
|---|---|
| TestRunEndedEventCondition() |
Creates an instance of Test |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Test |
fromJson(JsonReader jsonReader)
Reads an instance of Test |
|
List<Pass |
getTestRunResults()
Get the test |
|
List<Test |
getTestRunStatuses()
Get the test |
|
Test |
setTestRunResults(List<PassFailTestResult> testRunResults)
Set the test |
|
Test |
setTestRunStatuses(List<TestRunStatus> testRunStatuses)
Set the test |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
TestRunEndedEventCondition
public TestRunEndedEventCondition()
Creates an instance of TestRunEndedEventCondition class.
Method Details
fromJson
public static TestRunEndedEventCondition fromJson(JsonReader jsonReader)
Reads an instance of TestRunEndedEventCondition from the JsonReader.
Parameters:
Returns:
Throws:
getTestRunResults
public List<PassFailTestResult> getTestRunResults()
Get the testRunResults property: The test run results to send notification for.
Returns:
getTestRunStatuses
public List<TestRunStatus> getTestRunStatuses()
Get the testRunStatuses property: The test run statuses to send notification for.
Returns:
setTestRunResults
public TestRunEndedEventCondition setTestRunResults(List<PassFailTestResult> testRunResults)
Set the testRunResults property: The test run results to send notification for.
Parameters:
Returns:
setTestRunStatuses
public TestRunEndedEventCondition setTestRunStatuses(List<TestRunStatus> testRunStatuses)
Set the testRunStatuses property: The test run statuses to send notification for.
Parameters:
Returns: