Uses of Class
org.apache.maven.surefire.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
AbstractCommandStream.nextCommand()
protected Command
TestLessInputStream.nextCommand()
protected Command
TestProvidingInputStream.nextCommand()
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.booter
Fields in org.apache.maven.surefire.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.booter that return CommandModifier and TypeMethodDescriptionstatic Command
MasterProcessCommand.decode
(DataInputStream is) static Command
Command.toRunClass
(String runClass) static Command
Command.toShutdown
(Shutdown shutdownType) Methods in org.apache.maven.surefire.booter with parameters of type CommandModifier and TypeMethodDescriptionprivate void
CommandReader.CommandRunnable.callListeners
(Command cmd) void