Uses of Enum Class
org.apache.maven.surefire.api.stream.SegmentType
Packages that use SegmentType
Package
Description
-
Uses of SegmentType in org.apache.maven.surefire.api.stream
Methods in org.apache.maven.surefire.api.stream that return SegmentTypeModifier and TypeMethodDescriptionstatic SegmentType
Returns the enum constant of this class with the specified name.static SegmentType[]
SegmentType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SegmentType in org.apache.maven.surefire.booter.stream
Fields in org.apache.maven.surefire.booter.stream declared as SegmentTypeModifier and TypeFieldDescriptionprivate static final SegmentType[]
CommandDecoder.COMMAND_WITH_ONE_STRING
private static final SegmentType[]
CommandDecoder.COMMAND_WITHOUT_DATA
Methods in org.apache.maven.surefire.booter.stream that return SegmentTypeModifier and TypeMethodDescriptionprotected SegmentType[]
CommandDecoder.nextSegmentType
(MasterProcessCommand commandType) -
Uses of SegmentType in org.apache.maven.surefire.stream
Fields in org.apache.maven.surefire.stream declared as SegmentTypeModifier and TypeFieldDescriptionprivate static final SegmentType[]
EventDecoder.EVENT_TEST_CONTROL
private static final SegmentType[]
EventDecoder.EVENT_WITH_ERROR_TRACE
private static final SegmentType[]
EventDecoder.EVENT_WITH_ONE_STRING
private static final SegmentType[]
EventDecoder.EVENT_WITH_RUNMODE_TID_AND_ONE_STRING
private static final SegmentType[]
EventDecoder.EVENT_WITH_RUNMODE_TID_AND_TWO_STRINGS
private static final SegmentType[]
EventDecoder.EVENT_WITHOUT_DATA
Methods in org.apache.maven.surefire.stream that return SegmentTypeModifier and TypeMethodDescriptionprotected final SegmentType[]
EventDecoder.nextSegmentType
(ForkedProcessEventType eventType)