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 SegmentTypeSegmentType. 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_STRINGprivate static SegmentType[]CommandDecoder. COMMAND_WITHOUT_DATAMethods 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_CONTROLprivate static SegmentType[]EventDecoder. EVENT_WITH_ERROR_TRACEprivate static SegmentType[]EventDecoder. EVENT_WITH_ONE_STRINGprivate static SegmentType[]EventDecoder. EVENT_WITH_RUNMODE_TID_AND_ONE_STRINGprivate static SegmentType[]EventDecoder. EVENT_WITH_RUNMODE_TID_AND_TWO_STRINGSprivate static SegmentType[]EventDecoder. EVENT_WITHOUT_DATAMethods in org.apache.maven.surefire.stream that return SegmentType Modifier and Type Method Description protected SegmentType[]EventDecoder. nextSegmentType(ForkedProcessEventType eventType)
-