Uses of Class
org.apache.maven.surefire.api.booter.Command
Packages that use Command
-
Uses of Command in org.apache.maven.surefire.api.booter
Fields in org.apache.maven.surefire.api.booter declared as CommandModifier and TypeFieldDescriptionstatic final CommandCommand.BYE_ACKstatic final CommandCommand.NOOPstatic final CommandCommand.SKIP_SINCE_NEXT_TESTstatic final CommandCommand.TEST_SET_FINISHEDMethods in org.apache.maven.surefire.api.booter that return CommandModifier and TypeMethodDescriptionMasterProcessChannelDecoder.decode()Reads the bytes from a channel, waiting until the command is read completely or the channel throwsEOFException.static CommandCommand.toRunClass(String runClass) static CommandCommand.toShutdown(Shutdown shutdownType) -
Uses of Command in org.apache.maven.surefire.api.provider
Methods in org.apache.maven.surefire.api.provider with parameters of type Command