Uses of Class
org.apache.maven.surefire.api.booter.Command
Packages that use Command
Package
Description
-
Uses of Command in org.apache.maven.plugin.surefire.booterclient.lazytestprovider
Fields in org.apache.maven.plugin.surefire.booterclient.lazytestprovider declared as CommandModifier and TypeFieldDescriptionprivate final CommandTestLessInputStream.TestLessInputStreamBuilder.Node.commandFields in org.apache.maven.plugin.surefire.booterclient.lazytestprovider with type parameters of type CommandModifier and TypeFieldDescriptionTestLessInputStream.cachableCommandsTestProvidingInputStream.commandsTestLessInputStream.immediateCommandsTestLessInputStream.TestLessInputStreamBuilder.iterableCachableMethods in org.apache.maven.plugin.surefire.booterclient.lazytestprovider that return CommandModifier and TypeMethodDescriptionprivate CommandTestLessInputStream.TestLessInputStreamBuilder.CIt.examineNext(boolean store) TestLessInputStream.TestLessInputStreamBuilder.CIt.next()protected abstract CommandDefaultCommandReader.nextCommand()protected CommandTestLessInputStream.nextCommand()protected CommandTestProvidingInputStream.nextCommand()DefaultCommandReader.readNextCommand()Used by single thread in StreamFeeder class.Methods in org.apache.maven.plugin.surefire.booterclient.lazytestprovider that return types with arguments of type CommandModifier and TypeMethodDescriptionTestLessInputStream.TestLessInputStreamBuilder.getIterableCachable()The iterator is not thread safe.Methods in org.apache.maven.plugin.surefire.booterclient.lazytestprovider with parameters of type CommandModifier and TypeMethodDescriptionprivate booleanTestLessInputStream.TestLessInputStreamBuilder.addTailNodeIfAbsent(Command command) Constructors in org.apache.maven.plugin.surefire.booterclient.lazytestprovider with parameters of type 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 -
Uses of Command in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter with parameters of type CommandModifier and TypeMethodDescriptionprivate voidCommandReader.CommandRunnable.callListeners(Command cmd) -
Uses of Command in org.apache.maven.surefire.booter.spi
Methods in org.apache.maven.surefire.booter.spi that return Command -
Uses of Command in org.apache.maven.surefire.booter.stream
Methods in org.apache.maven.surefire.booter.stream that return CommandModifier and TypeMethodDescriptionCommandDecoder.decode(AbstractStreamDecoder<Command, MasterProcessCommand, SegmentType>.Memento memento) protected CommandCommandDecoder.toMessage(MasterProcessCommand commandType, AbstractStreamDecoder<Command, MasterProcessCommand, SegmentType>.Memento memento) -
Uses of Command in org.apache.maven.surefire.extensions
Methods in org.apache.maven.surefire.extensions that return CommandModifier and TypeMethodDescriptionCommandReader.readNextCommand()Waits for the next command and returns it.