Uses of Class
org.apache.maven.surefire.api.stream.SegmentType
-
Packages that use SegmentType Package Description org.apache.maven.surefire.api.stream org.apache.maven.surefire.booter.stream org.apache.maven.surefire.stream -
-
Uses of SegmentType in org.apache.maven.surefire.api.stream
Methods in org.apache.maven.surefire.api.stream that return SegmentType Modifier and Type Method Description static SegmentType
SegmentType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SegmentType[]
SegmentType. values()
Returns an array containing the constants of this enum type, 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 SegmentType Modifier and Type Field Description private static SegmentType[]
CommandDecoder. COMMAND_WITH_ONE_STRING
private static SegmentType[]
CommandDecoder. COMMAND_WITHOUT_DATA
Methods in org.apache.maven.surefire.booter.stream that return SegmentType Modifier and Type Method Description protected SegmentType[]
CommandDecoder. nextSegmentType(MasterProcessCommand commandType)
-
Uses of SegmentType in org.apache.maven.surefire.stream
Fields in org.apache.maven.surefire.stream declared as SegmentType Modifier and Type Field Description private static SegmentType[]
EventDecoder. EVENT_TEST_CONTROL
private static SegmentType[]
EventDecoder. EVENT_WITH_ERROR_TRACE
private static SegmentType[]
EventDecoder. EVENT_WITH_ONE_STRING
private static SegmentType[]
EventDecoder. EVENT_WITH_RUNMODE_TID_AND_ONE_STRING
private static SegmentType[]
EventDecoder. EVENT_WITH_RUNMODE_TID_AND_TWO_STRINGS
private static SegmentType[]
EventDecoder. EVENT_WITHOUT_DATA
Methods in org.apache.maven.surefire.stream that return SegmentType Modifier and Type Method Description protected SegmentType[]
EventDecoder. nextSegmentType(ForkedProcessEventType eventType)
-