Class IdleEvent
java.lang.Object
com.carrotsearch.ant.tasks.junit4.events.AbstractEvent
com.carrotsearch.ant.tasks.junit4.events.IdleEvent
- All Implemented Interfaces:
IEvent, RemoteEvent
Marker that the slave is idle and awaiting more suite names.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeserialize(JsonReader reader) voidserialize(JsonWriter writer) Methods inherited from class AbstractEvent
expectProperty, getType, readBinaryProperty, readBoolean, readLongProperty, readStringOrNullProperty, readStringProperty, writeBinaryProperty, writeDescription
-
Constructor Details
-
IdleEvent
public IdleEvent()
-
-
Method Details
-
serialize
- Throws:
IOException
-
deserialize
- Throws:
IOException
-