Uses of Enum
com.carrotsearch.ant.tasks.junit4.events.EventType
Packages that use EventType
Package
Description
-
Uses of EventType in com.carrotsearch.ant.tasks.junit4
Fields in com.carrotsearch.ant.tasks.junit4 declared as EventTypeModifier and TypeFieldDescriptionprivate EventTypeLocalSlaveStreamHandler.OnDiskStreamEvent.typeMethods in com.carrotsearch.ant.tasks.junit4 that return EventTypeConstructors in com.carrotsearch.ant.tasks.junit4 with parameters of type EventTypeModifierConstructorDescriptionOnDiskStreamEvent(EventType type, RandomAccessFile streamsBuffer, long start, long end) -
Uses of EventType in com.carrotsearch.ant.tasks.junit4.events
Subclasses with type arguments of type EventType in com.carrotsearch.ant.tasks.junit4.eventsModifier and TypeClassDescriptionenumEvents (messages) passed between the slave and the master.Fields in com.carrotsearch.ant.tasks.junit4.events declared as EventTypeModifier and TypeFieldDescriptionprivate final EventTypeAbstractEvent.typeType is recreated in constructors anyway.Methods in com.carrotsearch.ant.tasks.junit4.events that return EventTypeModifier and TypeMethodDescriptionAbstractEvent.getType()IEvent.getType()static EventTypeReturns the enum constant of this type with the specified name.static EventType[]EventType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.carrotsearch.ant.tasks.junit4.events with parameters of type EventType -
Uses of EventType in com.carrotsearch.ant.tasks.junit4.events.aggregated
Methods in com.carrotsearch.ant.tasks.junit4.events.aggregated with parameters of type EventTypeModifier and TypeMethodDescriptionprivate voidAggregatedSuiteResultEvent.flush(EventType evt, JsonWriter w, WriterOutputStream wos, StringWriter out)