TestRunStartedNotificationEventFilter Class
- java.
lang. Object - com.
azure. developer. loadtesting. models. TestsNotificationEventFilter - com.
azure. developer. loadtesting. models. TestRunStartedNotificationEventFilter
- com.
- com.
public final class TestRunStartedNotificationEventFilter
extends TestsNotificationEventFilter
The notification event filter when the event type is TestRunStarted and scope is Tests.
Constructor Summary
| Constructor | Description |
|---|---|
| TestRunStartedNotificationEventFilter() |
Creates an instance of Test |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Test |
fromJson(JsonReader jsonReader)
Reads an instance of Test |
|
Notification |
getKind()
Get the kind property: The event type. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from TestsNotificationEventFilter
Methods inherited from java.lang.Object
Constructor Details
TestRunStartedNotificationEventFilter
public TestRunStartedNotificationEventFilter()
Creates an instance of TestRunStartedNotificationEventFilter class.
Method Details
fromJson
public static TestRunStartedNotificationEventFilter fromJson(JsonReader jsonReader)
Reads an instance of TestRunStartedNotificationEventFilter from the JsonReader.
Parameters:
Returns:
Throws:
getKind
public NotificationEventType getKind()
Get the kind property: The event type.
Overrides:
TestRunStartedNotificationEventFilter.getKind()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
TestRunStartedNotificationEventFilter.toJson(JsonWriter jsonWriter)Parameters:
Throws: