Uses of Enum
org.apache.maven.surefire.booter.MasterProcessCommand
Packages that use MasterProcessCommand
-
Uses of MasterProcessCommand in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that return MasterProcessCommandModifier 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.Methods in org.apache.maven.surefire.booter with parameters of type MasterProcessCommandConstructors in org.apache.maven.surefire.booter with parameters of type MasterProcessCommandModifierConstructorDescriptionCommand
(MasterProcessCommand command) Command
(MasterProcessCommand command, String data)