Uses of Enum
org.apache.maven.surefire.api.booter.MasterProcessCommand
-
Uses of MasterProcessCommand in org.apache.maven.surefire.api.booter
Modifier and TypeFieldDescriptionstatic final Map<AbstractStreamDecoder.Segment,
MasterProcessCommand> MasterProcessCommand.COMMAND_TYPES
Modifier and TypeMethodDescriptionCommand.getCommandType()
static MasterProcessCommand
Returns the enum constant of this type with the specified name.static MasterProcessCommand[]
MasterProcessCommand.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionCommand
(MasterProcessCommand command) Command
(MasterProcessCommand command, String data)