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 Command
TestLessInputStream.TestLessInputStreamBuilder.Node.command
Fields in org.apache.maven.plugin.surefire.booterclient.lazytestprovider with type parameters of type CommandModifier and TypeFieldDescriptionTestLessInputStream.cachableCommands
TestProvidingInputStream.commands
TestLessInputStream.immediateCommands
TestLessInputStream.TestLessInputStreamBuilder.iterableCachable
Methods in org.apache.maven.plugin.surefire.booterclient.lazytestprovider that return CommandModifier and TypeMethodDescriptionprivate Command
TestLessInputStream.TestLessInputStreamBuilder.CIt.examineNext
(boolean store) TestLessInputStream.TestLessInputStreamBuilder.CIt.next()
protected abstract Command
DefaultCommandReader.nextCommand()
protected Command
TestLessInputStream.nextCommand()
protected Command
TestProvidingInputStream.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 boolean
TestLessInputStream.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 Command
Command.BYE_ACK
static final Command
Command.NOOP
static final Command
Command.SKIP_SINCE_NEXT_TEST
static final Command
Command.TEST_SET_FINISHED
Methods 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 Command
Command.toRunClass
(String runClass) static Command
Command.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 void
CommandReader.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 Command
CommandDecoder.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.