Uses of Enum
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 SegmentTypeReturns 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 SegmentTypeModifier and TypeFieldDescriptionprivate static final SegmentType[]CommandDecoder.COMMAND_WITH_ONE_STRINGprivate static final SegmentType[]CommandDecoder.COMMAND_WITHOUT_DATAMethods 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_CONTROLprivate static final SegmentType[]EventDecoder.EVENT_WITH_ERROR_TRACEprivate static final SegmentType[]EventDecoder.EVENT_WITH_ONE_STRINGprivate static final SegmentType[]EventDecoder.EVENT_WITH_RUNMODE_TID_AND_ONE_STRINGprivate static final SegmentType[]EventDecoder.EVENT_WITH_RUNMODE_TID_AND_TWO_STRINGSprivate static final SegmentType[]EventDecoder.EVENT_WITHOUT_DATAMethods in org.apache.maven.surefire.stream that return SegmentTypeModifier and TypeMethodDescriptionprotected final SegmentType[]EventDecoder.nextSegmentType(ForkedProcessEventType eventType)