Uses of Class
org.apache.maven.surefire.api.booter.Command
-
Packages that use Command Package Description org.apache.maven.surefire.api.booter org.apache.maven.surefire.api.provider -
-
Uses of Command in org.apache.maven.surefire.api.booter
Fields in org.apache.maven.surefire.api.booter declared as Command Modifier and Type Field Description static CommandCommand. BYE_ACKstatic CommandCommand. NOOPstatic CommandCommand. SKIP_SINCE_NEXT_TESTstatic CommandCommand. TEST_SET_FINISHEDMethods in org.apache.maven.surefire.api.booter that return Command Modifier and Type Method Description CommandMasterProcessChannelDecoder. decode()Reads the bytes from a channel, waiting until the command is read completely or the channel throwsEOFException.static CommandCommand. toRunClass(java.lang.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 Modifier and Type Method Description voidCommandListener. update(Command command)
-